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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??乙? | 11100001100111110011111100111111100010011011001100111111 | e19f3f3f89b33f |
EUC-JP | 癲??乙? | 11100010101000010011111100111111101100101011010100111111 | e2a13f3fb2b53f |
UTF-8 | 癲귢낙乙짟 | 111001111001100110110010111010101011011110100010111010111000001010011001111001001011100110011001111011001010011110011111 | e799b2eab7a2eb8299e4b999eca79f |
UHC | 癲귢낙乙짟 | 11101111101001101000001011101010101100111010101111101011111000001010010001000010 | efa682eab3abebe0a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)