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 | 厭??厭??^ | 100010010111110100111111001111111000100101111101001111110011111101011110 | 897d3f3f897d3f3f5e |
EUC-JP | 厭??厭??^ | 101100011101111000111111001111111011000111011110001111110011111101011110 | b1de3f3fb1de3f3f5e |
UTF-8 | 厭뒏덭厭뒏덭^ | 11100101100011101010110111101011100100101000111111101011100011011010110111100101100011101010110111101011100100101000111111101011100011011010110101011110 | e58eadeb928feb8dade58eadeb928feb8dad5e |
UHC | 厭뒏덭厭뒏덭^ | 11100110111101001000101010001100100010010100010111100110111101001000101010001100100010010100010101011110 | e6f48a8c8945e6f48a8c89455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)