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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ??俎k | 0011111100111111100110001101011101101011 | 3f3f98d76b |
EUC-JP | ??俎k | 0011111100111111110100001101100101101011 | 3f3fd0d96b |
UTF-8 | 안롍俎k | 11101100100101011000100011101011101000011000110111100100101111111000111001101011 | ec9588eba18de4bf8e6b |
UHC | 안롍俎k | 10111110110010001000111011010011111100001011101101101011 | bec88ed3f0bb6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)