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 | 鈞帷オ撰シ呵 | 11100111111000001001101111100111101101011001000011101111101111001001100111101000 | e7e09be7b590efbc99e8 |
EUC-JP | 鈞帷オ撰シ呵 | 111011101110001011010110111010011000111010110101110000001111000110001110101111001101001011101010 | eee2d6e98eb5c0f18ebcd2ea |
UTF-8 | 鈞帷オ撰シ呵 | 111010011000100010011110111001011011100010110111111011111011110110110101111001101001001010110000111011111011110110111100111001011001000110110101 | e9889ee5b8b7efbdb5e692b0efbdbce591b5 |
UHC | 鈞??撰?呵 | 110100001011011100111111001111111111001110111100001111111100101010100111 | d0b73f3ff3bc3fcaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)