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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 譯х?譯х?^ | 1110011010100001100001001000011100111111111001101010000110000100100001110011111101011110 | e6a184873fe6a184873f5e |
EUC-JP | 譯х?譯х?^ | 1110110010100011101001111110011100111111111011001010001110100111111001110011111101011110 | eca3a7e73feca3a7e73f5e |
UTF-8 | 譯х젋譯х윘^ | 1110100010101101101011111101000110000101111011001010000010001011111010001010110110101111110100011000010111101100100111001001100001011110 | e8adafd185eca08be8adafd185ec9c985e |
UHC | 譯х젋譯х윘^ | 11100110101110111010110011100111101000001000110011100110101110111010110011100111100111111001110001011110 | e6bbace7a08ce6bbace79f9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)