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 | 獄??箋?? | 1000110110010110001111110011111111100010101100110011111100111111 | 8d963f3fe2b33f3f |
EUC-JP | 獄??箋?? | 1011100111110110001111110011111111100100101101010011111100111111 | b9f63f3fe4b53f3f |
UTF-8 | 獄욑슐箋먲슁 | 111001111000110110000100111011001001101010010001111011001000101010010000111001111010111010001011111010111010100010110010111011001000101010000001 | e78d84ec9a91ec8a90e7ae8beba8b2ec8a81 |
UHC | 獄욑슐箋먲슁 | 111010001010101110011110111011111011110110110110111011111010100010010000111011111011110110110011 | e8ab9eefbdb6efa890efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)