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 | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
SJIS-WIN | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
EUC-JP | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
UTF-8 | 괴R괴^[괴R괴^[^ | 11101010101101001011010001010010111010101011010010110100010111100101101111101010101101001011010001010010111010101011010010110100010111100101101101011110 | eab4b452eab4b45e5beab4b452eab4b45e5b5e |
UHC | 괴R괴^[괴R괴^[^ | 101100011010101101010010101100011010101101011110010110111011000110101011010100101011000110101011010111100101101101011110 | b1ab52b1ab5e5bb1ab52b1ab5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)