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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉚罷。シ | 111001111111010010010100111010111010000110111100 | e7f494eba1bc |
EUC-JP | 鉚罷。シ | 1110111011110110110010001110110110001110101000011000111010111100 | eef6c8ed8ea18ebc |
UTF-8 | 鉚罷。シ | 111010011000100110011010111001111011110110110111111011111011110110100001111011111011110110111100 | e9899ae7bdb7efbda1efbdbc |
UHC | ?罷?? | 0011111111110111111100110011111100111111 | 3ff7f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)