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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 溝?n}溝?n{^ | 1000110101100001001111110110111001111101100011010110000100111111011011100111101101011110 | 8d613f6e7d8d613f6e7b5e |
EUC-JP | 溝?n}溝?n{^ | 1011100111000010001111110110111001111101101110011100001000111111011011100111101101011110 | b9c23f6e7db9c23f6e7b5e |
UTF-8 | 溝뽐n}溝뽐n{^ | 1110011010111010100111011110101110111101100100000110111001111101111001101011101010011101111010111011110110010000011011100111101101011110 | e6ba9debbd906e7de6ba9debbd906e7b5e |
UHC | 溝뽐n}溝뽐n{^ | 11001111101101011011101111001011011011100111110111001111101101011011101111001011011011100111101101011110 | cfb5bbcb6e7dcfb5bbcb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)