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 | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
SJIS-WIN | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
EUC-JP | ??P}Y??P}bE | 0011111100111111010100000111110101011001001111110011111101010000011111010110001001000101 | 3f3f507d593f3f507d6245 |
UTF-8 | 챵횁P}Y챵횁P}bE | 11101100101100011011010111101101100110101000000101010000011111010101100111101100101100011011010111101101100110101000000101010000011111010110001001000101 | ecb1b5ed9a81507d59ecb1b5ed9a81507d6245 |
UHC | 챵횁P}Y챵횁P}bE | 110000111011001011000011100000010101000001111101010110011100001110110010110000111000000101010000011111010110001001000101 | c3b2c381507d59c3b2c381507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)