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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ?訝?審H | 00111111111001100110001000111111100100000101001001001000 | 3fe6623f905248 |
EUC-JP | ?訝?審H | 00111111111010111100001100111111101111111011001101001000 | 3febc33fbfb348 |
UTF-8 | 룶訝룵審H | 11101011101000111011011011101000101010001001110111101011101000111011010111100101101011111010100101001000 | eba3b6e8a89deba3b5e5afa948 |
UHC | 룶訝룵審H | 100011111010101111100100101110001000111110101010111000111111101101001000 | 8fabe4b88faae3fb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)