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쒀^[^ | 11101100100100101000000001010010111011001001001010000000010111100101101111101100100100101000000001010010111011001001001010000000010111100101101101011110 | ec928052ec92805e5bec928052ec92805e5b5e |
UHC | 쒀R쒀^[쒀R쒀^[^ | 101111101010110001010010101111101010110001011110010110111011111010101100010100101011111010101100010111100101101101011110 | beac52beac5e5bbeac52beac5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)