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 | 1110000010101000100110101101100001110110111000001010100010011010110110000111011001000010 | e0a89ad876e0a89ad87642 |
EUC-JP | 爲壓v爲壓vB | 1110000010101010110101001101101001110110111000001010101011010100110110100111011001000010 | e0aad4da76e0aad4da7642 |
UTF-8 | 爲壓v爲壓vB | 111001111000100010110010111001011010001110010011011101101110011110001000101100101110010110100011100100110111011001000010 | e788b2e5a39376e788b2e5a3937642 |
UHC | 爲壓v爲壓vB | 1110101011010011111001001110001001110110111010101101001111100100111000100111011001000010 | ead3e4e276ead3e4e27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)