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 | 檣??? | 1001111011111100001111110011111100111111 | 9efc3f3f3f |
EUC-JP | 檣?獐? | 11011100111111100011111110001111110010111011101000111111 | dcfe3f8fcbba3f |
UTF-8 | 檣렋獐렪 | 111001101010101010100011111010111010000010001011111001111000110110010000111010111010000010101010 | e6aaa3eba08be78d90eba0aa |
UHC | 檣렋獐렪 | 1110110111101010100011101010001011101101111011111000111010111000 | edea8ea2edef8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)