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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 馭??港 | 111010010110011000111111001111111000110101100000 | e9663f3f8d60 |
EUC-JP | 馭??港 | 111100011100011100111111001111111011100111000001 | f1c73f3fb9c1 |
UTF-8 | 馭숈꼳港 | 111010011010011010101101111011001000100010001000111010101011110010110011111001101011100010101111 | e9a6adec8888eabcb3e6b8af |
UHC | 馭숈꼳港 | 1110010111011111100110011110110010000100100011001111100111111011 | e5df99ec848cf9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)