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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 饒??驛? | 11101001011000000011111100111111111010011000001100111111 | e9603f3fe9833f |
EUC-JP | 饒??驛? | 11110001110000010011111100111111111100011110001100111111 | f1c13f3ff1e33f |
UTF-8 | 饒삣ㅁ驛듕 | 111010011010010110010010111011001000001010100011111000111000010110000001111010011010100110011011111010111001001110010101 | e9a592ec82a3e38581e9a99beb9395 |
UHC | 饒삣ㅁ驛듕 | 11101001101011101011101111100101101001001011000111100110101111101011010111100100 | e9aebbe5a4b1e6beb5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)