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 | ?仇與筍? | 0011111110001011011101111110010001101111111000101010000100111111 | 3f8b77e46fe2a13f |
EUC-JP | ?仇與筍? | 0011111110110101110110001110011111010000111001001010001100111111 | 3fb5d8e7d0e4a33f |
UTF-8 | 룶仇與筍廬 | 111010111010001110110110111001001011101110000111111010001000100010000111111001111010110110001101111011111010011010000010 | eba3b6e4bb87e88887e7ad8defa682 |
UHC | 룶仇與筍廬 | 10001111101010111100111011111011111001101010100011100010111011001110010111111110 | 8fabcefbe6a8e2ece5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)