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 | 怏??意 | 100111001000100100111111001111111000100011010011 | 9c893f3f88d3 |
EUC-JP | 怏??意 | 110101111110100100111111001111111011000011010101 | d7e93f3fb0d5 |
UTF-8 | 怏얘퇌意 | 111001101000000010001111111011001001011010011000111011011000011110001100111001101000010010001111 | e6808fec9698ed878ce6848f |
UHC | 怏얘퇌意 | 1110010011101000101111101110101010110111100111011110101111110010 | e4e8beeab79debf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)