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 | ?隆彫 | 0011111111111011111010011001001010100100 | 3ffbe992a4 |
EUC-JP | ??彫 | 00111111001111111100010010100110 | 3f3fc4a6 |
UTF-8 | 뤗隆彫 | 111010111010010010010111111011111010011110011100111001011011110110101011 | eba497efa79ce5bdab |
UHC | 뤗隆彫 | 100011111100011111101011110110001111000011000001 | 8fc7ebd8f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)