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 | 逵ク髯熊 | 11100111100111001011100011101001100110011000110001000110 | e79cb8e9998c46 |
EUC-JP | 逵ク髯熊 | 1110110111111100100011101011100011110001111110011011011110100111 | edfc8eb8f1f9b7a7 |
UTF-8 | 逵ク髯熊 | 111010011000000010110101111011111011110110111000111010011010101110101111111001111000011010001010 | e980b5efbdb8e9abafe7868a |
UHC | 逵??熊 | 110100001011000000111111001111111110101010101000 | d0b03f3feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)