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 | ロ獺轗ロ獺轆^ | 1101101111100000110110101110011101111101110110111110000011011010111001110111101101011110 | dbe0dae77ddbe0dae77b5e |
EUC-JP | ロ獺轗ロ獺轆^ | 10001110110110111110000011011100111011011101111010001110110110111110000011011100111011011101110001011110 | 8edbe0dcedde8edbe0dceddc5e |
UTF-8 | ロ獺轗ロ獺轆^ | 11101111101111101001101111100111100011011011101011101000101111011001011111101111101111101001101111100111100011011011101011101000101111011000011001011110 | efbe9be78dbae8bd97efbe9be78dbae8bd865e |
UHC | ?獺??獺?^ | 001111111101001110110111001111110011111111010011101101110011111101011110 | 3fd3b73f3fd3b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)