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 | 1000111111001001101001000011111101110110100011111100100110100100001111110111011001000010 | 8fc9a43f768fc9a43f7642 |
UTF-8 | 濩룁v濩룁vB | 111001101011111110101001111010111010001110000001011101101110011010111111101010011110101110100011100000010111011001000010 | e6bfa9eba38176e6bfa9eba3817642 |
UHC | 濩룁v濩룁vB | 1111101111001101101101111101111001110110111110111100110110110111110111100111011001000010 | fbcdb7de76fbcdb7de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)