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 | ィュ「遑ソゥ | 10101000101011011010001011100111101000011011111110101001 | a8ada2e7a1bfa9 |
EUC-JP | ィュ「遑ソゥ | 100011101010100010001110101011011000111010100010111011101010001110001110101111111000111010101001 | 8ea88ead8ea2eea38ebf8ea9 |
UTF-8 | ィュ「遑ソゥ | 111011111011110110101000111011111011110110101101111011111011110110100010111010011000000110010001111011111011110110111111111011111011110110101001 | efbda8efbdadefbda2e98191efbdbfefbda9 |
UHC | ???遑?? | 00111111001111110011111111111100110110100011111100111111 | 3f3f3ffcda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)