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 | ?戍咐??’ | 001111111001110011111001100110011111001100111111001111111000000101100110 | 3f9cf999f33f3f8166 |
EUC-JP | ?戍咐??’ | 001111111101100011111011110100101111010100111111001111111010000111000111 | 3fd8fbd2f53f3fa1c7 |
UTF-8 | 룶戍咐룶집’ | 111010111010001110110110111001101000100010001101111001011001001010010000111010111010001110110110111011001010011110010001111000101000000010011001 | eba3b6e6888de59290eba3b6eca791e28099 |
UHC | 룶戍咐룶집’ | 100011111010101111100010101000011101110011111011100011111010101111000001111111011010000110101111 | 8fabe2a1dcfb8fabc1fda1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)