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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 載??vB | 100011011101101000111111001111110111011001000010 | 8dda3f3f7642 |
EUC-JP | 載??vB | 101110101101110000111111001111110111011001000010 | badc3f3f7642 |
UTF-8 | 載언헙vB | 1110100010111100100010011110110010010110101110001110110110010111100110010111011001000010 | e8bc89ec96b8ed97997642 |
UHC | 載언헙vB | 1110111010110000101111101111000011000111111010010111011001000010 | eeb0bef0c7e97642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)