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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 漆錝貊 | 100011101011110111111011110111011110011010111011 | 8ebdfbdde6bb |
EUC-JP | 漆錝貊 | 10111100101111111000111111100100110110111110110010111101 | bcbf8fe4dbecbd |
UTF-8 | 漆錝貊 | 111001101011110010000110111010011000110010011101111010001011001010001010 | e6bc86e98c9de8b28a |
UHC | 漆?貊 | 1111011011010100001111111101100011100111 | f6d43fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)