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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲? 宥?? | 111000011001111100111111100000010100000010010111010001110011111100111111 | e19f3f814097473f3f |
EUC-JP | 癲? 宥?? | 111000101010000100111111101000011010000111001101101010000011111100111111 | e2a13fa1a1cda83f3f |
UTF-8 | 癲용 宥쒎푻 | 111001111001100110110010111011001001101010101001111000111000000010000000111001011010111010100101111011001001001010001110111011011001000110111011 | e799b2ec9aa9e38080e5aea5ec928eed91bb |
UHC | 癲용 宥쒎푻 | 111011111010011010111111111010111010000110100001111010101110100110011100111001011011111010000111 | efa6bfeba1a1eae99ce5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)