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 | 樽造損 | 100100100100110110010001101000101001000110111001 | 924d91a291b9 |
EUC-JP | 樽造損 | 110000111010111011000010101001001100001010111011 | c3aec2a4c2bb |
UTF-8 | 樽造損 | 111001101010100010111101111010011000000010100000111001101001000010001101 | e6a8bde980a0e6908d |
UHC | 樽造損 | 111100011101110011110000111000111110000111011111 | f1dcf0e3e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)