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 | 癌??述 | 100010101110000000111111001111111000111101110001 | 8ae03f3f8f71 |
EUC-JP | 癌??述 | 101101001110001000111111001111111011110111010010 | b4e23f3fbdd2 |
UTF-8 | 癌귘뜠述 | 111001111001100110001100111010101011011110011000111010111001110010100000111010001011111110110000 | e7998ceab798eb9ca0e8bfb0 |
UHC | 癌귘뜠述 | 1110010011011111100000101110001010001101101000111110001011111011 | e4df82e28da3e2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)