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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎睹豎瞿 | 1110011010110001111000011100111111100110101100011110000111011000 | e6b1e1cfe6b1e1d8 |
EUC-JP | 豎睹豎瞿 | 1110110010110011111000101101000111101100101100111110001011011010 | ecb3e2d1ecb3e2da |
UTF-8 | 豎睹豎瞿 | 111010001011000110001110111001111001110110111001111010001011000110001110111001111001111010111111 | e8b18ee79db9e8b18ee79ebf |
UHC | ?睹?瞿 | 001111111101010010101001001111111100111110111010 | 3fd4a93fcfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)