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 | 葢ゅイ鐔 | 11100100111000101000001011100011101100101110100001011100 | e4e282e3b2e85c |
EUC-JP | 葢ゅイ鐔 | 1110100011100100101001001110010110001110101100101110111110111101 | e8e4a4e58eb2efbd |
UTF-8 | 葢ゅイ鐔 | 111010001001000110100010111000111000001010000101111011111011110110110010111010011001000010010100 | e891a2e38285efbdb2e99094 |
UHC | ?ゅ?? | 0011111110101010111001010011111100111111 | 3faae53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)