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 | 疫?ぐ疫?? | 100010010111010100111111100000101010111010001001011101010011111100111111 | 89753f82ae89753f3f |
EUC-JP | 疫?ぐ疫?? | 101100011101011000111111101001001011000010110001110101100011111100111111 | b1d63fa4b0b1d63f3f |
UTF-8 | 疫쏂ぐ疫쏃걫 | 111001111001011010101011111011001000111110000010111000111000000110010000111001111001011010101011111011001000111110000011111010101011000110101011 | e796abec8f82e38190e796abec8f83eab1ab |
UHC | 疫쏂ぐ疫쏃걫 | 111001101011100110011011111010001010101010110000111001101011100110011011111010011000000110010100 | e6b99be8aab0e6b99be98194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)