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 | 牙??娥 | 100010011110010100111111001111111001101101001101 | 89e53f3f9b4d |
EUC-JP | 牙??娥 | 101100101110011100111111001111111101010110101110 | b2e73f3fd5ae |
UTF-8 | 牙럦떦娥 | 111001111000100110011001111010111001111110100110111010111001011010100110111001011010100010100101 | e78999eb9fa6eb96a6e5a8a5 |
UHC | 牙럦떦娥 | 1110010010110011100011101000100110001011101110011110010010110000 | e4b38e898bb9e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)