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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???厄 | 0011111100111111001111111001011011101111 | 3f3f3f96ef |
EUC-JP | ???厄 | 0011111100111111001111111100110011110001 | 3f3f3fccf1 |
UTF-8 | 멽딁읦厄 | 111010111010100110111101111010111001010010000001111011001001110110100110111001011000111010000100 | eba9bdeb9481ec9da6e58e84 |
UHC | 멽딁읦厄 | 1001000101101010100010101110011110011111110011101110010011111000 | 916a8ae79fcee4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)