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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諠溲ウ誤ャセ | 111001101000001110011111111010101011001110001100111010111010110010111110 | e6839feab38cebacbe |
EUC-JP | 諠溲ウ誤ャセ | 111010111110001111011110111011001000111010110011101110001110110110001110101011001000111010111110 | ebe3deec8eb3b8ed8eac8ebe |
UTF-8 | 諠溲ウ誤ャセ | 111010001010101110100000111001101011101010110010111011111011110110110011111010001010101010100100111011111011110110101100111011111011110110111110 | e8aba0e6bab2efbdb3e8aaa4efbdacefbdbe |
UHC | ???誤?? | 00111111001111110011111111101000101001100011111100111111 | 3f3f3fe8a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)