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 | 礁ス偲 | 1000111111001010101111011000111011000011 | 8fcabd8ec3 |
EUC-JP | 礁ス偲 | 101111101100110010001110101111011011110011000101 | becc8ebdbcc5 |
UTF-8 | 礁ス偲 | 111001111010010010000001111011111011110110111101111001011000000110110010 | e7a481efbdbde581b2 |
UHC | 礁?? | 11110101101001110011111100111111 | f5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)