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 | ?¡?? | 00111111101000010011111100111111 | 3fa13f3f |
SJIS-WIN | 戍?》? | 100111001111100100111111100000010111010000111111 | 9cf93f81743f |
EUC-JP | 戍¡》? | 1101100011111011100011111010001011000010101000011101010100111111 | d8fb8fa2c2a1d53f |
UTF-8 | 戍¡》뤖 | 1110011010001000100011011100001010100001111000111000000010001011111010111010010010010110 | e6888dc2a1e3808beba496 |
UHC | 戍¡》뤖 | 1110001010100001101000101010111010100001101101111000111111000110 | e2a1a2aea1b78fc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)