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 | 譯??唯? | 11100110101000010011111100111111100101110100001000111111 | e6a13f3f97423f |
EUC-JP | 譯??唯? | 11101100101000110011111100111111110011011010001100111111 | eca33f3fcda33f |
UTF-8 | 譯롳퐠唯덃 | 111010001010110110101111111010111010000110110011111011011001000010100000111001011001010010101111111010111000110110000011 | e8adafeba1b3ed90a0e594afeb8d83 |
UHC | 譯롳퐠唯덃 | 11100110101110111000111011101111101111011000100111101010111001101000100011100110 | e6bb8eefbd89eae688e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)