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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 言①????P | 100011001011111010000111010000000011111100111111001111110011111101010000 | 8cbe87403f3f3f3f50 |
EUC-JP | 言?????P | 1011100011000000001111110011111100111111001111110011111101010000 | b8c03f3f3f3f3f50 |
UTF-8 | 言①댌歷됵쉈P | 11101000101010001000000011100010100100011010000011101011100011001000110011101111101001101000110011101011100100001011010111101100100010011000100001010000 | e8a880e291a0eb8c8cefa68ceb90b5ec898850 |
UHC | 言①댌歷됵쉈P | 11100101111010111010100011100111100010001011010111100110101110001000100111101111101111011010010101010000 | e5eba8e788b5e6b889efbda550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)