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 | 宸??櫻 | 100110111000001000111111001111111001111101001110 | 9b823f3f9f4e |
EUC-JP | 宸??櫻 | 110101011110001000111111001111111101110110101111 | d5e23f3fddaf |
UTF-8 | 宸띹딡櫻 | 111001011010111010111000111010111001110110111001111010111001010010100001111001101010101110111011 | e5aeb8eb9db9eb94a1e6abbb |
UHC | 宸띹딡櫻 | 1110001111100100100011011110100010001011010001001110010110100001 | e3e48de88b44e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)