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 | 鈺??肄? | 11111011110001000011111100111111111000111110010100111111 | fbc43f3fe3e53f |
EUC-JP | 鈺??肄? | 1000111111100011110101010011111100111111111001101110011100111111 | 8fe3d53f3fe6e73f |
UTF-8 | 鈺쎄막肄찦 | 111010011000100010111010111011001000111010000100111010111010011110001001111010001000001010000100111011001011000010100110 | e988baec8e84eba789e88284ecb0a6 |
UHC | 鈺쎄막肄찦 | 11101000101011011011110111101010101110001011011111101100101111011010101001000010 | e8adbdeab8b7ecbdaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)