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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??凹? | 11111011110001000011111100111111100010011001101000111111 | fbc43f3f899a3f |
EUC-JP | 鈺??凹? | 1000111111100011110101010011111100111111101100011111101000111111 | 8fe3d53f3fb1fa3f |
UTF-8 | 鈺뚥퉿凹륦 | 111010011000100010111010111010111001101010100101111011011000100110111111111001011000011110111001111010111010010110100110 | e988baeb9aa5ed89bfe587b9eba5a6 |
UHC | 鈺뚥퉿凹륦 | 11101000101011011000110011100100101110011001011111101000111010101001000001001011 | e8ad8ce4b997e8ea904b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)