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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌???∽┐ | 111000101010001100111111001111110011111110000001111001001000010010100010 | e2a33f3f3f81e484a2 |
EUC-JP | 筌??彛∽┐ | 1110010010100101001111110011111110001111101111001111101010100010111001101010100010100100 | e4a53f3f8fbcfaa2e6a8a4 |
UTF-8 | 筌듭늿彛∽┐ | 111001111010110110001100111010111001001110101101111010111000101010111111111001011011110110011011111000101000100010111101111000101001010010010000 | e7ad8ceb93adeb8abfe5bd9be288bde29490 |
UHC | 筌듭늿彛∽┐ | 111011111010011110110101111011001000100010001000111011001010110110100001111011111010011010100100 | efa7b5ec8888ecada1efa6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)