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 | 叱鉦オ爾 | 111101001010010110001110101101101000111111011110101101011000111010100010 | f4a58eb68fdeb58ea2 |
EUC-JP | ?叱鉦オ爾 | 001111111011110010111000101111101110000010001110101101011011110010100100 | 3fbcb8bee08eb5bca4 |
UTF-8 | 叱鉦オ爾 | 111011101000110110010100111001011000111110110001111010011000100110100110111011111011110110110101111001111000100010111110 | ee8d94e58fb1e989a6efbdb5e788be |
UHC | ?叱鉦?爾 | 0011111111110010111010101110111111111010001111111110110010110011 | 3ff2eaeffa3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)