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 | マ遙ア | 11001111111010101010000110110001 | cfeaa1b1 |
EUC-JP | マ遙ア | 100011101100111111110100101000111000111010110001 | 8ecff4a38eb1 |
UTF-8 | マ遙ア | 111011111011111010001111111010011000000110011001111011111011110110110001 | efbe8fe98199efbdb1 |
UHC | ?遙? | 00111111111010011010101100111111 | 3fe9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)