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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??碣癲 | 1110001010100011001111110011111111100001111100001110000110011111 | e2a33f3fe1f0e19f |
EUC-JP | 筌??碣癲 | 1110010010100101001111110011111111100010111100101110001010100001 | e4a53f3fe2f2e2a1 |
UTF-8 | 筌껋꼮碣癲 | 111001111010110110001100111010101011101110001011111010101011110010101110111001111010001010100011111001111001100110110010 | e7ad8ceabb8beabcaee7a2a3e799b2 |
UHC | 筌껋꼮碣癲 | 11101111101001111000001111101100100001001000100111001010111001011110111110100110 | efa783ec8489cae5efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)