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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 렓봍v렓봍vB | 111010111010000010010011111010111011010010001101011101101110101110100000100100111110101110110100100011010111011001000010 | eba093ebb48d76eba093ebb48d7642 |
UHC | 렓봍v렓봍vB | 1000111010101000100101000100110001110110100011101010100010010100010011000111011001000010 | 8ea8944c768ea8944c7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)