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 | 畏??日?? | 1000100011011000001111110011111110010011111110100011111100111111 | 88d83f3f93fa3f3f |
EUC-JP | 畏??日?? | 1011000011011010001111110011111111000110111111000011111100111111 | b0da3f3fc6fc3f3f |
UTF-8 | 畏븐럩日띴퓩 | 111001111001010110001111111010111011100010010000111010111001111110101001111001101001011110100101111010111001110110110100111011011001001110101001 | e7958febb890eb9fa9e697a5eb9db4ed93a9 |
UHC | 畏븐럩日띴퓩 | 111010001110011010111010111011001000111010001100111011001110110110001101111001001011111110010001 | e8e6baec8e8ceced8de4bf91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)