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 | 億??二ゆ? | 100010011010110100111111001111111001001111110001100000101110010000111111 | 89ad3f3f93f182e43f |
EUC-JP | 億??二ゆ? | 101100101010111100111111001111111100011011110011101001001110011000111111 | b2af3f3fc6f3a4e63f |
UTF-8 | 億뤿챶二ゆ눨 | 111001011000010010000100111010111010010010111111111011001011000110110110111001001011101010001100111000111000001010000110111010111000100010101000 | e58484eba4bfecb1b6e4ba8ce38286eb88a8 |
UHC | 億뤿챶二ゆ눨 | 111001011110001010001111111010111010101010000011111011001010001110101010111001101000011110111111 | e5e28febaa83eca3aae687bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)