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 | 001111111110100101100000011101100011111111101001011000000111011001000010 | 3fe960763fe9607642 |
EUC-JP | ?饒v?饒vB | 001111111111000111000001011101100011111111110001110000010111011001000010 | 3ff1c1763ff1c17642 |
UTF-8 | 뮮饒v뮮饒vB | 111010111010111010101110111010011010010110010010011101101110101110101110101011101110100110100101100100100111011001000010 | ebaeaee9a59276ebaeaee9a5927642 |
UHC | 뮮饒v뮮饒vB | 1001001010110111111010011010111001110110100100101011011111101001101011100111011001000010 | 92b7e9ae7692b7e9ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)