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 | ?題?? | 0011111110010001111010000011111100111111 | 3f91e83f3f |
EUC-JP | ?題?? | 0011111111000010111010100011111100111111 | 3fc2ea3f3f |
UTF-8 | 얍題롘렫 | 111011001001011010001101111010011010000110001100111010111010000110011000111010111010000010101011 | ec968de9a18ceba198eba0ab |
UHC | 얍題롘렫 | 1011111011100101111100001011100110001110110111001000111010111001 | bee5f0b98edc8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)