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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 譽?ク弱??B | 11100110101000110011111110000011010011101000111011100011001111110011111101000010 | e6a33f834e8ee33f3f42 |
EUC-JP | 譽?ク弱??B | 11101100101001010011111110100101101011111011110011100101001111110011111101000010 | eca53fa5afbce53f3f42 |
UTF-8 | 譽긺ク弱딁떻B | 11101000101011011011110111101010101110001011101011100011100000101010111111100101101111001011000111101011100101001000000111101011100101101011101101000010 | e8adbdeab8bae382afe5bcb1eb9481eb96bb42 |
UHC | 譽긺ク弱딁떻B | 11100111111000101011000111100111101010111010111111100101101100001000101011100111101101101011101101000010 | e7e2b1e7abafe5b08ae7b6bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)