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 | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 牙??c厄 | 10001001111001010011111100111111011000111001011011101111 | 89e53f3f6396ef |
EUC-JP | 牙??c厄 | 10110010111001110011111100111111011000111100110011110001 | b2e73f3f63ccf1 |
UTF-8 | 牙뒒뢑c厄 | 11100111100010011001100111101011100100101001001011101011101000101001000101100011111001011000111010000100 | e78999eb9292eba29163e58e84 |
UHC | 牙뒒뢑c厄 | 111001001011001110001010100011111000111101001100011000111110010011111000 | e4b38a8f8f4c63e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)