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 | 畏??獄∽? | 100010001101100000111111001111111000110110010110100000011110010000111111 | 88d83f3f8d9681e43f |
EUC-JP | 畏??獄∽? | 101100001101101000111111001111111011100111110110101000101110011000111111 | b0da3f3fb9f6a2e63f |
UTF-8 | 畏뷂숲獄∽쉬 | 111001111001010110001111111010111011011110000010111011001000100010110010111001111000110110000100111000101000100010111101111011001000100110101100 | e7958febb782ec88b2e78d84e288bdec89ac |
UHC | 畏뷂숲獄∽쉬 | 111010001110011010010100111011111011110110100011111010001010101110100001111011111011110110101100 | e8e694efbda3e8aba1efbdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)