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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 蜊筑v蜊筑vB | 1110010110001101100100100111110101110110111001011000110110010010011111010111011001000010 | e58d927d76e58d927d7642 |
EUC-JP | 蜊筑v蜊筑vB | 1110100111101101110000111101111001110110111010011110110111000011110111100111011001000010 | e9edc3de76e9edc3de7642 |
UTF-8 | 蜊筑v蜊筑vB | 111010001001110010001010111001111010110110010001011101101110100010011100100010101110011110101101100100010111011001000010 | e89c8ae7ad9176e89c8ae7ad917642 |
UHC | ?筑v?筑vB | 001111111111010111101000011101100011111111110101111010000111011001000010 | 3ff5e8763ff5e87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)