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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 張?}Y張?}bE | 1001001010100011001111110111110101011001100100101010001100111111011111010110001001000101 | 92a33f7d5992a33f7d6245 |
EUC-JP | 張?}Y張?}bE | 1100010010100101001111110111110101011001110001001010010100111111011111010110001001000101 | c4a53f7d59c4a53f7d6245 |
UTF-8 | 張퇠}Y張퇠}bE | 1110010110111100101101011110110110000111101000000111110101011001111001011011110010110101111011011000011110100000011111010110001001000101 | e5bcb5ed87a07d59e5bcb5ed87a07d6245 |
UHC | 張퇠}Y張퇠}bE | 11101101111001011011100001010000011111010101100111101101111001011011100001010000011111010110001001000101 | ede5b8507d59ede5b8507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)