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 | 獄▼?奄? | 1000110110010110100000011010010100111111100010011000001000111111 | 8d9681a53f89823f |
EUC-JP | 獄▼?奄? | 1011100111110110101000101010011100111111101100011110001000111111 | b9f6a2a73fb1e23f |
UTF-8 | 獄▼뫎奄앯 | 111001111000110110000100111000101001011010111100111010111010101110001110111001011010010110000100111011001001010110101111 | e78d84e296bcebab8ee5a584ec95af |
UHC | 獄▼뫎奄앯 | 11101000101010111010000111100101100100011011000011100101111100101001110111100111 | e8aba1e591b0e5f29de7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)