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 | 瑕瑕ホ | 11100000111010101111100111111000111000001110101011001110 | e0eaf9f8e0eace |
EUC-JP | 瑕?瑕ホ | 11100000111011000011111111100000111011001000111011001110 | e0ec3fe0ec8ece |
UTF-8 | 瑕瑕ホ | 111001111001000110010101111011101001110110010011111001111001000110010101111011111011111010001110 | e79195ee9d93e79195efbe8e |
UHC | 瑕?瑕? | 111110011100001000111111111110011100001000111111 | f9c23ff9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)