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 | 枝敎???? | 1000111001111101111110101100110100111111001111110011111100111111 | 8e7dfacd3f3f3f3f |
EUC-JP | 枝??釪?? | 101110111101111000111111001111111000111111100011101011010011111100111111 | bbde3f3f8fe3ad3f3f |
UTF-8 | 枝敎쥡釪멸렚 | 111001101001111010011101111001101001010110001110111011001010010110100001111010011000011110101010111010111010100110111000111010111010000010011010 | e69e9de6958eeca5a1e987aaeba9b8eba09a |
UHC | 枝敎쥡釪멸렚 | 111100101010101111001110111001111100000111101000111010011110100110111000111010101000111010101101 | f2abcee7c1e8e9e9b8ea8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)