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 | 茵gぞ跿 | 1110010010011111100000101000011110000010101111001110011011110011 | e49f828782bce6f3 |
EUC-JP | 茵gぞ跿 | 1110100010100001101000111110011110100100101111101110110011110101 | e8a1a3e7a4beecf5 |
UTF-8 | 茵gぞ跿 | 111010001000110010110101111011111011110110000111111000111000000110011110111010001011011110111111 | e88cb5efbd87e3819ee8b7bf |
UHC | 茵gぞ? | 11101100111000001010001111100111101010101011111000111111 | ece0a3e7aabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)