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 | 署?船禪 | 10001111100100000011111110010001010001001110001001010111 | 8f903f9144e257 |
EUC-JP | 署奭船禪 | 101111011111000010001111101110001111111011000001101001011110001110111000 | bdf08fb8fec1a5e3b8 |
UTF-8 | 署奭船禪 | 111001111011110110110010111001011010010110101101111010001000100010111001111001111010011010101010 | e7bdb2e5a5ade888b9e7a6aa |
UHC | 署奭船禪 | 1101111111111110111000001010101111100000110011111110000011001001 | dffee0abe0cfe0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)