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 | 禹??禹 | 111000100101101000111111001111111110001001011010 | e25a3f3fe25a |
EUC-JP | 禹??禹 | 111000111011101100111111001111111110001110111011 | e3bb3f3fe3bb |
UTF-8 | 禹언ㅆ禹 | 111001111010011010111001111011001001011010111000111000111000010110000110111001111010011010111001 | e7a6b9ec96b8e38586e7a6b9 |
UHC | 禹언ㅆ禹 | 1110100111100000101111101111000010100100101101101110100111100000 | e9e0bef0a4b6e9e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)