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 | 癌??市 | 100010101110000000111111001111111000111001110011 | 8ae03f3f8e73 |
EUC-JP | 癌??市 | 101101001110001000111111001111111011101111010100 | b4e23f3fbbd4 |
UTF-8 | 癌귘랼市 | 111001111001100110001100111010101011011110011000111010111001111010111100111001011011100010000010 | e7998ceab798eb9ebce5b882 |
UHC | 癌귘랼市 | 1110010011011111100000101110001010001110010101011110001110111100 | e4df82e28e55e3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)