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 | 111010111010001110011000111010111010110010001000011101101110101110100011100110001110101110101100100010000111011001000010 | eba398ebac8876eba398ebac887642 |
UHC | 룘묈v룘묈vB | 1000111110010100100100011110010101110110100011111001010010010001111001010111011001000010 | 8f9491e5768f9491e57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)