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 | 汚щ?濡?? | 100010011001100010000100100010110011111110010100010001110011111100111111 | 8998848b3f94473f3f |
EUC-JP | 汚щ?濡?? | 101100011111100010100111111010110011111111000111101010000011111100111111 | b1f8a7eb3fc7a83f3f |
UTF-8 | 汚щ젻濡됰젾 | 1110011010110001100110101101000110001001111011001010000010111011111001101011111110100001111010111001000010110000111011001010000010111110 | e6b19ad189eca0bbe6bfa1eb90b0eca0be |
UHC | 汚щ젻濡됰젾 | 111001111111110110101100111010111010000010101110111010111010000110001001111010111010000010110000 | e7fdaceba0aeeba189eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)