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 | 臍??射 | 111001000110000000111111001111111000111011001011 | e4603f3f8ecb |
EUC-JP | 臍??射 | 111001111100000100111111001111111011110011001101 | e7c13f3fbccd |
UTF-8 | 臍멸렰射 | 111010001000011110001101111010111010100110111000111010111010000010110000111001011011000010000100 | e8878deba9b8eba0b0e5b084 |
UHC | 臍멸렰射 | 1111000010110000101110001110101010001110101111011101111011010010 | f0b0b8ea8ebdded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)