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 | 咀棒?第? | 1001100111110000100101100101111100111111100100011110011000111111 | 99f0965f3f91e63f |
EUC-JP | 咀棒?第? | 1101001011110010110010111100000000111111110000101110100000111111 | d2f2cbc03fc2e83f |
UTF-8 | 咀棒욱第렠 | 111001011001001010000000111001101010001110010010111011001001101010110001111001111010110010101100111010111010000010100000 | e59280e6a392ec9ab1e7acaceba0a0 |
UHC | 咀棒욱第렠 | 11101110101110101101110011101010101111111110110111110000101011111000111010110001 | eebadceabfedf0af8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)