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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘚禪?? | 111001010110010011100010010101110011111100111111 | e564e2573f3f |
EUC-JP | 蘚禪?? | 111010011100010111100011101110000011111100111111 | e9c5e3b83f3f |
UTF-8 | 蘚禪롅렭 | 111010001001100010011010111001111010011010101010111010111010000110000101111010111010000010101101 | e8989ae7a6aaeba185eba0ad |
UHC | 蘚禪롅렭 | 1110000011010000111000001100100110001110110010111000111010111010 | e0d0e0c98ecb8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)