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 | 1001001011010101111010001011111001110110100100101101010111101000101111100111011001000010 | 92d5e8be7692d5e8be7642 |
EUC-JP | 鍔霎v鍔霎vB | 1100010011010111111100001100000001110110110001001101011111110000110000000111011001000010 | c4d7f0c076c4d7f0c07642 |
UTF-8 | 鍔霎v鍔霎vB | 111010011000110110010100111010011001110010001110011101101110100110001101100101001110100110011100100011100111011001000010 | e98d94e99c8e76e98d94e99c8e7642 |
UHC | 鍔?v鍔?vB | 111001001100100000111111011101101110010011001000001111110111011001000010 | e4c83f76e4c83f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)