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 | 茗居讐 | 111001001010101010001011100011111000111101010001 | e4aa8b8f8f51 |
EUC-JP | 茗居讐 | 111010001010110010110101111011111011110110110010 | e8acb5efbdb2 |
UTF-8 | 茗居讐 | 111010001000110010010111111001011011000110000101111010001010111010010000 | e88c97e5b185e8ae90 |
UHC | 茗居讐 | 110110011010101111001011110111001110001011000010 | d9abcbdce2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)