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 | テ姪氾催 | 11000011100101101100001110010100110000111000110111000011 | c396c394c38dc3 |
EUC-JP | テ姪氾催 | 1000111011000011110011001100010111001000110001011011101011000101 | 8ec3ccc5c8c5bac5 |
UTF-8 | テ姪氾催 | 111011111011111010000011111001011010011110101010111001101011000010111110111001011000001010101100 | efbe83e5a7aae6b0bee582ac |
UHC | ?姪氾催 | 00111111111100101110101111011011111100001111010111001010 | 3ff2ebdbf0f5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)