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 | 譽壼ュォ謳洪 | 11100110101000111001101011100101101011011010101111100110100100001000110101011110 | e6a39ae5adabe6908d5e |
EUC-JP | 譽壼ュォ謳洪 | 111011001010010111010100111001111000111010101101100011101010101111101011111100001011100110111111 | eca5d4e78ead8eabebf0b9bf |
UTF-8 | 譽壼ュォ謳洪 | 111010001010110110111101111001011010001110111100111011111011110110101101111011111011110110101011111010001010110010110011111001101011010010101010 | e8adbde5a3bcefbdadefbdabe8acb3e6b4aa |
UHC | 譽???謳洪 | 111001111110001000111111001111110011111111001111110001001111101111110011 | e7e23f3f3fcfc4fbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)