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 | ??M}Y??M}bE | 0011111100111111010011010111110101011001001111110011111101001101011111010110001001000101 | 3f3f4d7d593f3f4d7d6245 |
SJIS-WIN | ??M}Y??M}bE | 0011111100111111010011010111110101011001001111110011111101001101011111010110001001000101 | 3f3f4d7d593f3f4d7d6245 |
EUC-JP | ??M}Y??M}bE | 0011111100111111010011010111110101011001001111110011111101001101011111010110001001000101 | 3f3f4d7d593f3f4d7d6245 |
UTF-8 | 횂혩M}Y횂혩M}bE | 11101101100110101000001011101101100110001010100101001101011111010101100111101101100110101000001011101101100110001010100101001101011111010110001001000101 | ed9a82ed98a94d7d59ed9a82ed98a94d7d6245 |
UHC | 횂혩M}Y횂혩M}bE | 110000111000001011000010100100010100110101111101010110011100001110000010110000101001000101001101011111010110001001000101 | c382c2914d7d59c382c2914d7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)