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 | 畏ф?域 | 10001000110110001000010010000110001111111000100011100110 | 88d884863f88e6 |
EUC-JP | 畏ф?域 | 10110000110110101010011111100110001111111011000011101000 | b0daa7e63fb0e8 |
UTF-8 | 畏ф봄域 | 1110011110010101100011111101000110000100111010111011010010000100111001011001111110011111 | e7958fd184ebb484e59f9f |
UHC | 畏ф봄域 | 1110100011100110101011001110011010111010101111011110011010110100 | e8e6ace6babde6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)