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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銕峨o郢工 | 11100111111011001000100111100011100000101000111111100111101110011000110101001000 | e7ec89e3828fe7b98d48 |
EUC-JP | 銕峨o郢工 | 11101110111011101011001011100101101000111110111111101110101110111011100110101001 | eeeeb2e5a3efeebbb9a9 |
UTF-8 | 銕峨o郢工 | 111010011000101010010101111001011011001110101000111011111011110110001111111010011000001110100010111001011011011110100101 | e98a95e5b3a8efbd8fe983a2e5b7a5 |
UHC | ?峨o?工 | 0011111111100100101100011010001111101111001111111100110111101111 | 3fe4b1a3ef3fcdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)