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 | 111010111001110110010001111010111010110010001000011101101110101110011101100100011110101110101100100010000111011001000010 | eb9d91ebac8876eb9d91ebac887642 |
UHC | 띑묈v띑묈vB | 1000110111001001100100011110010101110110100011011100100110010001111001010111011001000010 | 8dc991e5768dc991e57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)