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 | 淏??? | 1111101101000010001111110011111100111111 | fb423f3f3f |
EUC-JP | 淏?瀣? | 1000111111000111110110010011111110001111110010011011000100111111 | 8fc7d93f8fc9b13f |
UTF-8 | 淏렧瀣렧 | 111001101011011110001111111010111010000010100111111001111000000010100011111010111010000010100111 | e6b78feba0a7e780a3eba0a7 |
UHC | 淏렧瀣렧 | 1111101111001000100011101011011011111010101011101000111010110110 | fbc88eb6faae8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)