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 | 矣??矜氾 | 1110000111100001001111110011111111100001111000001001010011000011 | e1e13f3fe1e094c3 |
EUC-JP | 矣??矜氾 | 1110001011100011001111110011111111100010111000101100100011000101 | e2e33f3fe2e2c8c5 |
UTF-8 | 矣흖렫矜氾 | 111001111001111110100011111011011001110110010110111010111010000010101011111001111001111110011100111001101011000010111110 | e79fa3ed9d96eba0abe79f9ce6b0be |
UHC | 矣흖렫矜氾 | 11101011111110001100100011101000100011101011100111010000111010001101101111110000 | ebf8c8e88eb9d0e8dbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)