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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | モマアキモ | 1101001111001111101100011011011111010011 | d3cfb1b7d3 |
EUC-JP | モマアキモ | 10001110110100111000111011001111100011101011000110001110101101111000111011010011 | 8ed38ecf8eb18eb78ed3 |
UTF-8 | モマアキモ | 111011111011111010010011111011111011111010001111111011111011110110110001111011111011110110110111111011111011111010010011 | efbe93efbe8fefbdb1efbdb7efbe93 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)