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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ト鯑饉ト鯑饉^ | 1100010011101001110001001110100101011011110001001110100111000100111010010101101101011110 | c4e9c4e95bc4e9c4e95b5e |
EUC-JP | ト鯑饉ト鯑饉^ | 10001110110001001111001011000110111100011011110010001110110001001111001011000110111100011011110001011110 | 8ec4f2c6f1bc8ec4f2c6f1bc5e |
UTF-8 | ト鯑饉ト鯑饉^ | 11101111101111101000010011101001101011111001000111101001101001011000100111101111101111101000010011101001101011111001000111101001101001011000100101011110 | efbe84e9af91e9a589efbe84e9af91e9a5895e |
UHC | ??饉??饉^ | 001111110011111111010000110011110011111100111111110100001100111101011110 | 3f3fd0cf3f3fd0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)