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 | 禹經馬錚 | 1110001001011010111000110101001110010100011011101110100001000010 | e25ae353946ee842 |
EUC-JP | 禹經馬錚 | 1110001110111011111001011011010011000111110011111110111110100011 | e3bbe5b4c7cfefa3 |
UTF-8 | 禹經馬錚 | 111001111010011010111001111001111011011010010011111010011010011010101100111010011000110010011010 | e7a6b9e7b693e9a6ace98c9a |
UHC | 禹經馬錚 | 1110100111100000110011001110100011011000101010011110111010110110 | e9e0cce8d8a9eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)