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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ??益B?? | 00111111001111111000100101110110010000100011111100111111 | 3f3f8976423f3f |
EUC-JP | ??益B?? | 00111111001111111011000111010111010000100011111100111111 | 3f3fb1d7423f3f |
UTF-8 | 텅섰益B속쉿 | 11101101100001011000010111101100100001001011000011100111100110111000101001000010111011001000011010001101111011001000100110111111 | ed8585ec84b0e79b8a42ec868dec89bf |
UHC | 텅섰益B속쉿 | 1100010111010110101111001011100111101100110011000100001010111100110100111011110110110010 | c5d6bcb9eccc42bcd3bdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)