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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ょ?畏 | 001111111000001011100101001111111000100011011000 | 3f82e53f88d8 |
EUC-JP | ?ょ?畏 | 001111111010010011100111001111111011000011011010 | 3fa4e73fb0da |
UTF-8 | 閭ょ탺畏 | 111011111010011010000110111000111000001010000111111011011000001110111010111001111001010110001111 | efa686e38287ed83bae7958f |
UHC | 閭ょ탺畏 | 1110011010101101101010101110011110110101100101101110100011100110 | e6adaae7b596e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)