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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脩?? | 11100011111110010011111100111111 | e3f93f3f |
EUC-JP | 脩?? | 11100110111110110011111100111111 | e6fb3f3f |
UTF-8 | 脩롒렮 | 111010001000010010101001111010111010000110010010111010111010000010101110 | e884a9eba192eba0ae |
UHC | 脩롒렮 | 111000101011101110001110110101111000111010111011 | e2bb8ed78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)