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빠^[^ | 11101011101110011010000001010010111010111011100110100000010111100101101111101011101110011010000001010010111010111011100110100000010111100101101101011110 | ebb9a052ebb9a05e5bebb9a052ebb9a05e5b5e |
UHC | 빠R빠^[빠R빠^[^ | 101110101111110001010010101110101111110001011110010110111011101011111100010100101011101011111100010111100101101101011110 | bafc52bafc5e5bbafc52bafc5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)