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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滸?? | 10011111111101010011111100111111 | 9ff53f3f |
EUC-JP | 滸?? | 11011110111101110011111100111111 | def73f3f |
UTF-8 | 滸쮜회 | 111001101011101110111000111011001010111010011100111011011001101010001100 | e6bbb8ecae9ced9a8c |
UHC | 滸쮜회 | 111110111100101011000010111010001100100010111000 | fbcac2e8c8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)