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 | 疫??也ゆ? | 100010010111010100111111001111111001011011100111100000101110010000111111 | 89753f3f96e782e43f |
EUC-JP | 疫??也ゆ? | 101100011101011000111111001111111100110011101001101001001110011000111111 | b1d63f3fcce9a4e63f |
UTF-8 | 疫쏂쥤也ゆ래 | 111001111001011010101011111011001000111110000010111011001010010110100100111001001011100110011111111000111000001010000110111010111001111010011000 | e796abec8f82eca5a4e4b99fe38286eb9e98 |
UHC | 疫쏂쥤也ゆ래 | 111001101011100110011011111010001010001010010110111001011010010110101010111001101011011110100001 | e6b99be8a296e5a5aae6b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)