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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 低驀? | 1001001011100001111010010111110100111111 | 92e1e97d3f |
EUC-JP | 低驀? | 1100010011100011111100011101111000111111 | c4e3f1de3f |
UTF-8 | 低驀홱 | 111001001011110110001110111010011010100110000000111011011001100110110001 | e4bd8ee9a980ed99b1 |
UHC | 低驀홱 | 111011101011100011011000111010011100100010110100 | eeb8d8e9c8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)