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 | 爭耕?池? | 1110000010100101100011010110101100111111100100100111001000111111 | e0a58d6b3f92723f |
EUC-JP | 爭耕?池? | 1110000010100111101110011100110000111111110000111101001100111111 | e0a7b9cc3fc3d33f |
UTF-8 | 爭耕깅池렮 | 111001111000100010101101111010001000000010010101111010101011100110000101111001101011000110100000111010111010000010101110 | e788ade88095eab985e6b1a0eba0ae |
UHC | 爭耕깅池렮 | 11101110101100111100110011101001101100011110101111110010101011101000111010111011 | eeb3cce9b1ebf2ae8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)