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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 嘆鱈b[嘆鱈b[^ | 10010010010100011001001001001100011000100101101110010010010100011001001001001100011000100101101101011110 | 9251924c625b9251924c625b5e |
EUC-JP | 嘆鱈b[嘆鱈b[^ | 11000011101100101100001110101101011000100101101111000011101100101100001110101101011000100101101101011110 | c3b2c3ad625bc3b2c3ad625b5e |
UTF-8 | 嘆鱈b[嘆鱈b[^ | 1110010110011000100001101110100110110001100010000110001001011011111001011001100010000110111010011011000110001000011000100101101101011110 | e59886e9b188625be59886e9b188625b5e |
UHC | 嘆?b[嘆?b[^ | 1111011110100011001111110110001001011011111101111010001100111111011000100101101101011110 | f7a33f625bf7a33f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)