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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??彫 | 00111111001111111001001010100100 | 3f3f92a4 |
EUC-JP | ??彫 | 00111111001111111100010010100110 | 3f3fc4a6 |
UTF-8 | 뤋넙彫 | 111010111010010010001011111010111000010010011001111001011011110110101011 | eba48beb8499e5bdab |
UHC | 뤋넙彫 | 100011111011101110110011110100101111000011000001 | 8fbbb3d2f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)