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 | 寤ょ?徇?? | 100110111000100010000010111001010011111110011100011011010011111100111111 | 9b8882e53f9c6d3f3f |
EUC-JP | 寤ょ?徇?? | 110101011110100010100100111001110011111111010111110011100011111100111111 | d5e8a4e73fd7ce3f3f |
UTF-8 | 寤ょ낯徇묊쒜 | 111001011010111110100100111000111000001010000111111010111000001010101111111001011011111010000111111010111010110010001010111011001001001010011100 | e5afa4e38287eb82afe5be87ebac8aec929c |
UHC | 寤ょ낯徇묊쒜 | 111001111111010110101010111001111011001110111000111000101101111110010001111001111011111010101110 | e7f5aae7b3b8e2df91e7beae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)