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 | 獄??節ら? | 100011011001011000111111001111111001000011011111100000101110011100111111 | 8d963f3f90df82e73f |
EUC-JP | 獄??節ら? | 101110011111011000111111001111111100000011100001101001001110100100111111 | b9f63f3fc0e1a4e93f |
UTF-8 | 獄졿뇛節ら뇴 | 111001111000110110000100111011001010000110111111111010111000011110011011111001111010111110000000111000111000001010001001111010111000011110110100 | e78d84eca1bfeb879be7af80e38289eb87b4 |
UHC | 獄졿뇛節ら뇴 | 111010001010101110100000111001101000011110000110111011111011110110101010111010011000011110011000 | e8aba0e68786efbdaae98798 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)