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 | ??^??^B | 00111111001111110101111000111111001111110101111001000010 | 3f3f5e3f3f5e42 |
SJIS-WIN | 弔?^弔?^B | 100100101010001000111111010111101001001010100010001111110101111001000010 | 92a23f5e92a23f5e42 |
EUC-JP | 弔?^弔?^B | 110001001010010000111111010111101100010010100100001111110101111001000010 | c4a43f5ec4a43f5e42 |
UTF-8 | 弔렟^弔렟^B | 111001011011110010010100111010111010000010011111010111101110010110111100100101001110101110100000100111110101111001000010 | e5bc94eba09f5ee5bc94eba09f5e42 |
UHC | 弔렟^弔렟^B | 1111000011000000100011101011000001011110111100001100000010001110101100000101111001000010 | f0c08eb05ef0c08eb05e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)