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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 帝?D帝?D^ | 100100101110100100111111010001001001001011101001001111110100010001011110 | 92e93f4492e93f445e |
EUC-JP | 帝?D帝?D^ | 110001001110101100111111010001001100010011101011001111110100010001011110 | c4eb3f44c4eb3f445e |
UTF-8 | 帝렞D帝렞D^ | 111001011011100010011101111010111010000010011110010001001110010110111000100111011110101110100000100111100100010001011110 | e5b89deba09e44e5b89deba09e445e |
UHC | 帝렞D帝렞D^ | 1111000010101000100011101010111101000100111100001010100010001110101011110100010001011110 | f0a88eaf44f0a88eaf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)