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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 祀耄Y祀耄bE | 1110001001001010111000111100110001011001111000100100101011100011110011000110001001000101 | e24ae3cc59e24ae3cc6245 |
EUC-JP | 祀耄Y祀耄bE | 1110001110101011111001101100111001011001111000111010101111100110110011100110001001000101 | e3abe6ce59e3abe6ce6245 |
UTF-8 | 祀耄Y祀耄bE | 111001111010010110000000111010001000000010000100010110011110011110100101100000001110100010000000100001000110001001000101 | e7a580e8808459e7a580e880846245 |
UHC | 祀?Y祀?bE | 110111101110010100111111010110011101111011100101001111110110001001000101 | dee53f59dee53f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)