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 | 奪俗造 | 100100100100010010010001101011011001000110100010 | 924491ad91a2 |
EUC-JP | 奪俗造 | 110000111010010111000010101011111100001010100100 | c3a5c2afc2a4 |
UTF-8 | 奪俗造 | 111001011010010110101010111001001011111110010111111010011000000010100000 | e5a5aae4bf97e980a0 |
UHC | 奪俗造 | 111101111010110011100001110101001111000011100011 | f7ace1d4f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)