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 | 霎ー蜑③ | 11101000101111101011000011100101100010011000011101000010 | e8beb0e5898742 |
EUC-JP | 霎ー蜑? | 11110000110000001000111010110000111010011110100100111111 | f0c08eb0e9e93f |
UTF-8 | 霎ー蜑③ | 111010011001110010001110111011111011110110110000111010001001110010010001111000101001000110100010 | e99c8eefbdb0e89c91e291a2 |
UHC | ???③ | 0011111100111111001111111010100011101001 | 3f3f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)