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 | 001111111001100011100111011101100011111110011000111001110111011001000010 | 3f98e7763f98e77642 |
EUC-JP | ?倡v?倡vB | 001111111101000011101001011101100011111111010000111010010111011001000010 | 3fd0e9763fd0e97642 |
UTF-8 | 뤜倡v뤜倡vB | 111010111010010010011100111001011000000010100001011101101110101110100100100111001110010110000000101000010111011001000010 | eba49ce580a176eba49ce580a17642 |
UHC | 뤜倡v뤜倡vB | 1000111111001011111100111101101101110110100011111100101111110011110110110111011001000010 | 8fcbf3db768fcbf3db7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)