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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 云私?B | 100010010101110110001110100001000011111101000010 | 895d8e843f42 |
EUC-JP | 云私?B | 101100011011111010111011111001000011111101000010 | b1bebbe43f42 |
UTF-8 | 云私칸B | 11100100101110101001000111100111101001111000000111101100101110011011100001000010 | e4ba91e7a781ecb9b842 |
UHC | 云私칸B | 11101001111101101101111011100111110001001010110101000010 | e9f6dee7c4ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)