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 | 永??掖?? | 1000100101101001001111110011111110011101011101000011111100111111 | 89693f3f9d743f3f |
EUC-JP | 永??掖?? | 1011000111001010001111110011111111011001110101010011111100111111 | b1ca3f3fd9d53f3f |
UTF-8 | 永귣젘掖볥젒 | 111001101011000010111000111010101011011110100011111011001010000010011000111001101000111010010110111010111011001110100101111011001010000010010010 | e6b0b8eab7a3eca098e68e96ebb3a5eca092 |
UHC | 永귣젘掖볥젒 | 111001111011010110000010111010111010000010010100111001001111101010010011111010111010000010010001 | e7b582eba094e4fa93eba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)