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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掌??室 | 100011111011011000111111001111111000111010111010 | 8fb63f3f8eba |
EUC-JP | 掌??室 | 101111101011100000111111001111111011110010111100 | beb83f3fbcbc |
UTF-8 | 掌흘룡室 | 111001101000111010001100111011011001110110011000111010111010001110100001111001011010111010100100 | e68e8ced9d98eba3a1e5aea4 |
UHC | 掌흘룡室 | 1110110111100110110010001110101010110111111001101110001111111000 | ede6c8eab7e6e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)