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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邏イ遞ョ遘吃 | 11100111101101001011001011100111101010001010111011100111101001111000101101101000 | e7b4b2e7a8aee7a78b68 |
EUC-JP | 邏イ遞ョ遘吃 | 111011101011011010001110101100101110111010101010100011101010111011101110101010011011010111001001 | eeb68eb2eeaa8eaeeea9b5c9 |
UTF-8 | 邏イ遞ョ遘吃 | 111010011000001010001111111011111011110110110010111010011000000110011110111011111011110110101110111010011000000110011000111001011001000010000011 | e9828fefbdb2e9819eefbdaee98198e59083 |
UHC | 邏?遞??吃 | 110101011010010000111111111101001111011000111111001111111111110111011110 | d5a43ff4f63f3ffdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)