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 | 偃??偃?? | 1001100011101110001111110011111110011000111011100011111100111111 | 98ee3f3f98ee3f3f |
EUC-JP | 偃??偃?? | 1101000011110000001111110011111111010000111100000011111100111111 | d0f03f3fd0f03f3f |
UTF-8 | 偃뉒퇉偃뉓랜 | 111001011000000110000011111010111000100110010010111011011000011110001001111001011000000110000011111010111000100110010011111010111001111010011100 | e58183eb8992ed8789e58183eb8993eb9e9c |
UHC | 偃뉒퇉偃뉓랜 | 111001011110011110000111111001111011011110011010111001011110011110000111111010001011011110100011 | e5e787e7b79ae5e787e8b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)