To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ûPÂè | 1100001110111011010100001100001010010101110000111010100011000010 | c3bb50c295c3a8c2 |
SJIS-WIN | ??P???¨? | 001111110011111101010000001111110011111100111111100000010100111000111111 | 3f3f503f3f3f814e3f |
EUC-JP | �P�è | 1000111110101010101010100011111101010000100011111010101010100100001111111000111110101010101010101010000110101111100011111010101010100100 | 8faaaa3f508faaa43f8faaaaa1af8faaa4 |
UTF-8 | ûPÂè | 110000111000001111000010101110110101000011000011100000101100001010010101110000111000001111000010101010001100001110000010 | c383c2bb50c382c295c383c2a8c382 |
UHC | ??P???¨? | 001111110011111101010000001111110011111100111111101000011010011100111111 | 3f3f503f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)