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 | ゙郢 | 11110000101011111101111011100111101110011111011111100010 | f0afdee7b9f7e2 |
EUC-JP | ?゙郢? | 001111111000111011011110111011101011101100111111 | 3f8edeeebb3f |
UTF-8 | ゙郢 | 111011101000000110101110111011111011111010011110111010011000001110100010111011101001011110000101 | ee81aeefbe9ee983a2ee9785 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)