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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???弛? | 001111110011111100111111100100100110111100111111 | 3f3f3f926f3f |
EUC-JP | ???弛? | 001111110011111100111111110000111101000000111111 | 3f3f3fc3d03f |
UTF-8 | 列띠슱弛뎧 | 111011111010011010011100111010111001110110100000111011001000101010110001111001011011110010011011111010111000111010100111 | efa69ceb9da0ec8ab1e5bc9beb8ea7 |
UHC | 列띠슱弛뎧 | 11100110111010101011011011101100100110101011100011101100101011001000100101110110 | e6eab6ec9ab8ecac8976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)