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 | 趙??弔 | 111001101110001000111111001111111001001010100010 | e6e23f3f92a2 |
EUC-JP | 趙??弔 | 111011001110010000111111001111111100010010100100 | ece43f3fc4a4 |
UTF-8 | 趙흗ㄿ弔 | 111010001011011010011001111011011001110110010111111000111000010010111111111001011011110010010100 | e8b699ed9d97e384bfe5bc94 |
UHC | 趙흗ㄿ弔 | 1111000011100001110010001110100110100100101011111111000011000000 | f0e1c8e9a4aff0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)