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 | 踟イ寬疲 | 11100110111101111011001011111010101010101001010011100110 | e6f7b2faaa94e6 |
EUC-JP | 踟イ?疲 | 11101100111110011000111010110010001111111100100011101000 | ecf98eb23fc8e8 |
UTF-8 | 踟イ寬疲 | 111010001011100010011111111011111011110110110010111001011010111110101100111001111001011010110010 | e8b89fefbdb2e5aface796b2 |
UHC | ??寬疲 | 001111110011111111001110101100001111100110101010 | 3f3fceb0f9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)