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 | 礁ウ社 | 1000111111001010101100111000111011010000 | 8fcab38ed0 |
EUC-JP | 礁ウ社 | 101111101100110010001110101100111011110011010010 | becc8eb3bcd2 |
UTF-8 | 礁ウ社 | 111001111010010010000001111011111011110110110011111001111010010010111110 | e7a481efbdb3e7a4be |
UHC | 礁?社 | 1111010110100111001111111101111011100100 | f5a73fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)