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 | 驛??泣ч? | 111010011000001100111111001111111000101110000011100001001000100100111111 | e9833f3f8b8384893f |
EUC-JP | 驛??泣ч? | 111100011110001100111111001111111011010111100011101001111110100100111111 | f1e33f3fb5e3a7e93f |
UTF-8 | 驛노엪泣ч걲 | 1110100110101001100110111110101110000101101110001110110010010111101010101110011010110011101000111101000110000111111010101011000110110010 | e9a99beb85b8ec97aae6b3a3d187eab1b2 |
UHC | 驛노엪泣ч걲 | 111001101011111010110011111010111001111010000011111010111110100010101100111010011000000110011001 | e6beb3eb9e83ebe8ace98199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)