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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | マ蘓 | 1100111111110001110100111110010101011110 | cff1d3e55e |
EUC-JP | マ?蘓 | 1000111011001111001111111110100110111111 | 8ecf3fe9bf |
UTF-8 | マ蘓 | 111011111011111010001111111011101000010110001110111010001001100010010011 | efbe8fee858ee89893 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)