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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 礁ス捨隆 | 10001111110010101011110110001110110011001111101111101001 | 8fcabd8eccfbe9 |
EUC-JP | 礁ス捨? | 10111110110011001000111010111101101111001100111000111111 | becc8ebdbcce3f |
UTF-8 | 礁ス捨隆 | 111001111010010010000001111011111011110110111101111001101000110110101000111011111010011110011100 | e7a481efbdbde68da8efa79c |
UHC | 礁?捨隆 | 11110101101001110011111111011110110101111110101111011000 | f5a73fded7ebd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)