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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈆ネ鮑ォ鋙 | 1111101111000001110010001110100110111000101010111111101111010001 | fbc1c8e9b8abfbd1 |
EUC-JP | 鈆ネ鮑ォ鋙 | 100011111110001110111100100011101100100011110010101110101000111010101011100011111110010011000011 | 8fe3bc8ec8f2ba8eab8fe4c3 |
UTF-8 | 鈆ネ鮑ォ鋙 | 111010011000100010000110111011111011111010001000111010011010111010010001111011111011110110101011111010011000101110011001 | e98886efbe88e9ae91efbdabe98b99 |
UHC | ??鮑?? | 001111110011111111111000111010100011111100111111 | 3f3ff8ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)