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 | 塋ゆ???オ | 100110101100100010000010111001000011111100111111001111111000001101001001 | 9ac882e43f3f3f8349 |
EUC-JP | 塋ゆ???オ | 110101001100101010100100111001100011111100111111001111111010010110101010 | d4caa4e63f3f3fa5aa |
UTF-8 | 塋ゆ짎呂⑴オ | 111001011010000110001011111000111000001010000110111011001010011110001110111011111010011010000000111000101001000110110100111000111000001010101010 | e5a18be38286eca78eefa680e291b4e382aa |
UHC | 塋ゆ짎呂⑴オ | 111001111010101110101010111001101010001110011010111001011111101110101001111001111010101110101010 | e7abaae6a39ae5fba9e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)