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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
EUC-JP | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
UTF-8 | 렱렚샬렱렖섣W | 11101011101000001011000111101011101000001001101011101100100000111010110011101011101000001011000111101011101000001001011011101100100001001010001101010111 | eba0b1eba09aec83aceba0b1eba096ec84a357 |
UHC | 렱렚샬렱렖섣W | 10001110101111101000111010101101101111001010001110001110101111101000111010101011101111001011001001010111 | 8ebe8eadbca38ebe8eabbcb257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)