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 | 鈺??阿? | 11111011110001000011111100111111100010001010001000111111 | fbc43f3f88a23f |
EUC-JP | 鈺??阿? | 1000111111100011110101010011111100111111101100001010010000111111 | 8fe3d53f3fb0a43f |
UTF-8 | 鈺뤹빓阿뺽 | 111010011000100010111010111010111010010010111001111010111011100110010011111010011001100010111111111010111011101010111101 | e988baeba4b9ebb993e998bfebbabd |
UHC | 鈺뤹빓阿뺽 | 11101000101011011000111111100111100101011011011111100100101110011001011001000110 | e8ad8fe795b7e4b99646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)