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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶?┌幽e? | 10010110111010000011111110000100101000011001011101001000100000101000010100111111 | 96e83f84a1974882853f |
EUC-JP | 冶?┌幽e? | 11001100111010100011111110101000101000111100110110101001101000111110010100111111 | ccea3fa8a3cda9a3e53f |
UTF-8 | 冶뗫┌幽e쭓 | 111001011000011010110110111010111001011110101011111000101001010010001100111001011011100110111101111011111011110110000101111011001010110110010011 | e586b6eb97abe2948ce5b9bdefbd85ecad93 |
UHC | 冶뗫┌幽e쭓 | 111001011010011110001011111010111010011010100011111010101110101110100011111001011010011110001011 | e5a78beba6a3eaeba3e5a78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)