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 | 驛??業?? | 1110100110000011001111110011111110001011110001100011111100111111 | e9833f3f8bc63f3f |
EUC-JP | 驛??業?? | 1111000111100011001111110011111110110110110010000011111100111111 | f1e33f3fb6c83f3f |
UTF-8 | 驛덂뤀業뉚뵑 | 111010011010100110011011111010111000110110000010111010111010010010000000111001101010010110101101111010111000100110011010111010111011010110010001 | e9a99beb8d82eba480e6a5adeb899aebb591 |
UHC | 驛덂뤀業뉚뵑 | 111001101011111010001000111001011000111110110001111001011111011010000111111011101001010010010011 | e6be88e58fb1e5f687ee9493 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)