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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ムツラワ霳 | 1101000111000010111100011011100111010111110111001111101111101101 | d1c2f1b9d7dcfbed |
EUC-JP | ムツ?ラワ霳 | 100011101101000110001110110000100011111110001110110101111000111011011100100011111110011110101100 | 8ed18ec23f8ed78edc8fe7ac |
UTF-8 | ムツラワ霳 | 111011111011111010010001111011111011111010000010111011101000010010110100111011111011111010010111111011111011111010011100111010011001110010110011 | efbe91efbe82ee84b4efbe97efbe9ce99cb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)