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 | Âa}YÂa}bE | 1100001010001101011000010111110101011001110000101000110101100001011111010110001001000101 | c28d617d59c28d617d6245 |
SJIS-WIN | ??a}Y??a}bE | 0011111100111111011000010111110101011001001111110011111101100001011111010110001001000101 | 3f3f617d593f3f617d6245 |
EUC-JP | Â?a}YÂ?a}bE | 100011111010101010100100001111110110000101111101010110011000111110101010101001000011111101100001011111010110001001000101 | 8faaa43f617d598faaa43f617d6245 |
UTF-8 | Âa}YÂa}bE | 110000111000001011000010100011010110000101111101010110011100001110000010110000101000110101100001011111010110001001000101 | c382c28d617d59c382c28d617d6245 |
UHC | ??a}Y??a}bE | 0011111100111111011000010111110101011001001111110011111101100001011111010110001001000101 | 3f3f617d593f3f617d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)