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 | 邑??腰? | 10010111010101110011111100111111100011011001100000111111 | 97573f3f8d983f |
EUC-JP | 邑??腰? | 11001101101110000011111100111111101110011111100000111111 | cdb83f3fb9f83f |
UTF-8 | 邑낃퇈腰췇 | 111010011000001010010001111010111000001010000011111011011000011110001000111010001000010110110000111011001011011110000111 | e98291eb8283ed8788e885b0ecb787 |
UHC | 邑낃퇈腰췇 | 11101011111010011000010111101010101101111001100111101001101001101010111001000010 | ebe985eab799e9a6ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)