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 | 111010111001101010111000111010011010010110010010011101101110101110011010101110001110100110100101100100100111011001000010 | eb9ab8e9a59276eb9ab8e9a5927642 |
UHC | 뚸饒v뚸饒vB | 1000110011110100111010011010111001110110100011001111010011101001101011100111011001000010 | 8cf4e9ae768cf4e9ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)