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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?戍咐’?戍 | 00111111100111001111100110011001111100111000000101100110001111111001110011111001 | 3f9cf999f381663f9cf9 |
EUC-JP | ?戍咐’?戍 | 00111111110110001111101111010010111101011010000111000111001111111101100011111011 | 3fd8fbd2f5a1c73fd8fb |
UTF-8 | 룶戍咐’룶戍 | 111010111010001110110110111001101000100010001101111001011001001010010000111000101000000010011001111010111010001110110110111001101000100010001101 | eba3b6e6888de59290e28099eba3b6e6888d |
UHC | 룶戍咐’룶戍 | 100011111010101111100010101000011101110011111011101000011010111110001111101010111110001010100001 | 8fabe2a1dcfba1af8fabe2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)