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 | 廠ラ鋻 | 1000111110110001110101111111101111011001 | 8fb1d7fbd9 |
EUC-JP | 廠ラ鋻 | 10111110101100111000111011010111100011111110010011010001 | beb38ed78fe4d1 |
UTF-8 | 廠ラ鋻 | 111001011011101110100000111011111011111010010111111010011000101110111011 | e5bba0efbe97e98bbb |
UHC | 廠?? | 11110011110111110011111100111111 | f3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)