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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 菴??預?? | 1110010010111101001111110011111110010111011000010011111100111111 | e4bd3f3f97613f3f |
EUC-JP | 菴??預?? | 1110100010111111001111110011111111001101110000100011111100111111 | e8bf3f3fcdc23f3f |
UTF-8 | 菴노젗預앸젺 | 111010001000111110110100111010111000010110111000111011001010000010010111111010011010000010010000111011001001010110111000111011001010000010111010 | e88fb4eb85b8eca097e9a090ec95b8eca0ba |
UHC | 菴노젗預앸젺 | 111001001110000010110011111010111010000010010011111001111110100010011101111010111010000010101101 | e4e0b3eba093e7e89deba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)