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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?臀? | 00111111111001000101110000111111 | 3fe45c3f |
EUC-JP | 塡臀? | 100011111011100010110100111001111011110100111111 | 8fb8b4e7bd3f |
UTF-8 | 塡臀렖 | 111001011010000110100001111010001000011110000000111010111010000010010110 | e5a1a1e88780eba096 |
UHC | 塡臀렖 | 111011101111001111010100111010111000111010101011 | eef3d4eb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)