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 | 趙?△押 | 11100110111000100011111110000001101000101000100110011111 | e6e23f81a2899f |
EUC-JP | 趙?△押 | 11101100111001000011111110100010101001001011001010100001 | ece43fa2a4b2a1 |
UTF-8 | 趙쾰△押 | 111010001011011010011001111011001011111010110000111000101001011010110011111001101000101010111100 | e8b699ecbeb0e296b3e68abc |
UHC | 趙쾰△押 | 1111000011100001110001001110101110100001111000101110010011100011 | f0e1c4eba1e2e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)