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 | 題?榧闇 | 10010001111010000011111110011110110100001000100011000101 | 91e83f9ed088c5 |
EUC-JP | 題?榧闇 | 11000010111010100011111111011100110100101011000011000111 | c2ea3fdcd2b0c7 |
UTF-8 | 題띄榧闇 | 111010011010000110001100111010111001110110000100111001101010011010100111111010011001011110000111 | e9a18ceb9d84e6a6a7e99787 |
UHC | 題띄榧闇 | 1111000010111001101101101110011111011101111011101110010011100001 | f0b9b6e7ddeee4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)