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}Y??v}bE | 0011111100111111011101100111110101011001001111110011111101110110011111010110001001000101 | 3f3f767d593f3f767d6245 |
SJIS-WIN | ??v}Y??v}bE | 0011111100111111011101100111110101011001001111110011111101110110011111010110001001000101 | 3f3f767d593f3f767d6245 |
EUC-JP | ??v}Y??v}bE | 0011111100111111011101100111110101011001001111110011111101110110011111010110001001000101 | 3f3f767d593f3f767d6245 |
UTF-8 | 횂혩v}Y횂혩v}bE | 11101101100110101000001011101101100110001010100101110110011111010101100111101101100110101000001011101101100110001010100101110110011111010110001001000101 | ed9a82ed98a9767d59ed9a82ed98a9767d6245 |
UHC | 횂혩v}Y횂혩v}bE | 110000111000001011000010100100010111011001111101010110011100001110000010110000101001000101110110011111010110001001000101 | c382c291767d59c382c291767d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)