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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 窪?乾在?B | 100011000100010100111111100010101010001110001101110111010011111101000010 | 8c453f8aa38ddd3f42 |
EUC-JP | 窪?乾在?B | 101101111010011000111111101101001010010110111010110111110011111101000010 | b7a63fb4a5badf3f42 |
UTF-8 | 窪찌乾在렔B | 11100111101010101010101011101100101100001000110011100100101110011011111011100101100111001010100011101011101000001001010001000010 | e7aaaaecb08ce4b9bee59ca8eba09442 |
UHC | 窪찌乾在렔B | 1110100011000001110000101110111011001011111010111110111010100100100011101010100101000010 | e8c1c2eecbebeea48ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)