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 | 俉??嚥 | 111110100110000100111111001111111001101010001011 | fa613f3f9a8b |
EUC-JP | 俉??嚥 | 10001111101100011011101100111111001111111101001111101011 | 8fb1bb3f3fd3eb |
UTF-8 | 俉녔꼮嚥 | 111001001011111110001001111010111000010110010100111010101011110010101110111001011001101010100101 | e4bf89eb8594eabcaee59aa5 |
UHC | 俉녔꼮嚥 | 1110011111101011101100111110011010000100100010011110011010111111 | e7ebb3e68489e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)