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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淏レ鋗カ | 111110110100001011011010111110111101000010110110 | fb42dafbd0b6 |
EUC-JP | 淏レ鋗カ | 10001111110001111101100110001110110110101000111111100100110000011000111010110110 | 8fc7d98eda8fe4c18eb6 |
UTF-8 | 淏レ鋗カ | 111001101011011110001111111011111011111010011010111010011000101110010111111011111011110110110110 | e6b78fefbe9ae98b97efbdb6 |
UHC | 淏??? | 1111101111001000001111110011111100111111 | fbc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)