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 | 閼ら个笏 | 1110100010000100100000101110011110011000101000101110001010010100 | e88482e798a2e294 |
EUC-JP | 閼ら个笏 | 1110111111100100101001001110100111010000101001001110001111110100 | efe4a4e9d0a4e3f4 |
UTF-8 | 閼ら个笏 | 111010011001011010111100111000111000001010001001111001001011100010101010111001111010110010001111 | e996bce38289e4b8aae7ac8f |
UHC | 閼ら?笏 | 11100100110110011010101011101001001111111111101111101110 | e4d9aae93ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)