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 | 殿?遵?檣垣 | 10010011011000010011111110001111100001010011111110011110111111001000101001011111 | 93613f8f853f9efc8a5f |
EUC-JP | 殿?遵?檣垣 | 11000101110000100011111110111101111001010011111111011100111111101011001111000000 | c5c23fbde53fdcfeb3c0 |
UTF-8 | 殿렣遵꿩檣垣 | 111001101010111010111111111010111010000010100011111010011000000110110101111010101011111110101001111001101010101010100011111001011001111010100011 | e6aebfeba0a3e981b5eabfa9e6aaa3e59ea3 |
UHC | 殿렣遵꿩檣垣 | 111011101111110010001110101101001111000111100101101100101110011011101101111010101110101010101111 | eefc8eb4f1e5b2e6edeaeaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)