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 | 獄??揖よ? | 100011011001011000111111001111111001011101001011100000101110011000111111 | 8d963f3f974b82e63f |
EUC-JP | 獄??揖よ? | 101110011111011000111111001111111100110110101100101001001110100000111111 | b9f63f3fcdaca4e83f |
UTF-8 | 獄븍슣揖よ돞 | 111001111000110110000100111010111011100010001101111011001000101010100011111001101000111110010110111000111000001010001000111010111000111110011110 | e78d84ebb88dec8aa3e68f96e38288eb8f9e |
UHC | 獄븍슣揖よ돞 | 111010001010101110111010111010111001101010101111111010111110011110101010111010001000100110100100 | e8abbaeb9aafebe7aae889a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)