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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 鼇??oBF | 11101010100001110011111100111111011011110100001001000110 | ea873f3f6f4246 |
EUC-JP | 鼇??oBF | 11110011111001110011111100111111011011110100001001000110 | f3e73f3f6f4246 |
UTF-8 | 鼇룟뵒oBF | 111010011011110010000111111010111010001110011111111010111011010110010010011011110100001001000110 | e9bc87eba39febb5926f4246 |
UHC | 鼇룟뵒oBF | 111010001010100010110111111001011001010010010100011011110100001001000110 | e8a8b7e594946f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)