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 | 111010111010111010000101111010011010010110010010011101101110101110101110100001011110100110100101100100100111011001000010 | ebae85e9a59276ebae85e9a5927642 |
UHC | 뮅饒v뮅饒vB | 1001001010010100111010011010111001110110100100101001010011101001101011100111011001000010 | 9294e9ae769294e9ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)