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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼇????? | 11101010100001110011111100111111001111110011111100111111 | ea873f3f3f3f3f |
EUC-JP | 鼇????? | 11110011111001110011111100111111001111110011111100111111 | f3e73f3f3f3f3f |
UTF-8 | 鼇룟쨧力낂춣 | 111010011011110010000111111010111010001110011111111011001010100010100111111011111010011010001010111010111000001010000010111011001011011010100011 | e9bc87eba39feca8a7efa68aeb8282ecb6a3 |
UHC | 鼇룟쨧力낂춣 | 111010001010100010110111111001011010010010000010111001101011001110000101111010011010110110000100 | e8a8b7e5a482e6b385e9ad84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)