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 | 胄ュ厳聹 | 1110001111110010100000111000010110001100101101011110001111100010 | e3f283858cb5e3e2 |
EUC-JP | 胄ュ厳聹 | 1110011011110100101001011110010110111000101101111110011011100100 | e6f4a5e5b8b7e6e4 |
UTF-8 | 胄ュ厳聹 | 111010001000001110000100111000111000001110100101111001011000111010110011111010001000000110111001 | e88384e383a5e58eb3e881b9 |
UHC | 胄ュ?? | 111100011011000010101011111001010011111100111111 | f1b0abe53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)