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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏?億?? | 10001000110110000011111110001001101011010011111100111111 | 88d83f89ad3f3f |
EUC-JP | 畏?億?? | 10110000110110100011111110110010101011110011111100111111 | b0da3fb2af3f3f |
UTF-8 | 畏렧億몄렰 | 111001111001010110001111111010111010000010100111111001011000010010000100111010111010101010000100111010111010000010110000 | e7958feba0a7e58484ebaa84eba0b0 |
UHC | 畏렧億몄렰 | 11101000111001101000111010110110111001011110001010111000111011001000111010111101 | e8e68eb6e5e2b8ec8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)