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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邑??腰 | 100101110101011100111111001111111000110110011000 | 97573f3f8d98 |
EUC-JP | 邑??腰 | 110011011011100000111111001111111011100111111000 | cdb83f3fb9f8 |
UTF-8 | 邑낃퇈腰 | 111010011000001010010001111010111000001010000011111011011000011110001000111010001000010110110000 | e98291eb8283ed8788e885b0 |
UHC | 邑낃퇈腰 | 1110101111101001100001011110101010110111100110011110100110100110 | ebe985eab799e9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)