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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 歪ょ?y | 100110000110001110000010111001010011111101111001 | 986382e53f79 |
EUC-JP | 歪ょ?y | 110011111100010010100100111001110011111101111001 | cfc4a4e73f79 |
UTF-8 | 歪ょ겮y | 11100110101011011010101011100011100000101000011111101010101100101010111001111001 | e6adaae38287eab2ae79 |
UHC | 歪ょ겮y | 11101000111000001010101011100111100000011011110001111001 | e8e0aae781bc79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)