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 | 萬緒蹴薊 | 1110010011011101100011111000111110001111010100101110010101001000 | e4dd8f8f8f52e548 |
EUC-JP | 萬緒蹴薊 | 1110100011011111101111011110111110111101101100111110100110101001 | e8dfbdefbdb3e9a9 |
UTF-8 | 萬緒蹴薊 | 111010001001000010101100111001111011011110010010111010001011100110110100111010001001011010001010 | e890ace7b792e8b9b4e8968a |
UHC | 萬?蹴? | 110110001011111100111111111101011110110100111111 | d8bf3ff5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)