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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 絶??占ε?B | 10010000111000100011111100111111100100001110100010000011110000110011111101000010 | 90e23f3f90e883c33f42 |
EUC-JP | 絶??占ε?B | 11000000111001000011111100111111110000001110101010100110110001010011111101000010 | c0e43f3fc0eaa6c53f42 |
UTF-8 | 絶잞슉占ε꼾B | 111001111011010110110110111011001001111010011110111011001000101010001001111001011000110110100000110011101011010111101010101111001011111001000010 | e7b5b6ec9e9eec8a89e58da0ceb5eabcbe42 |
UHC | 絶잞슉占ε꼾B | 11101111101111101001111111101111101111011011010111101111101111111010010111100101100001001001010001000010 | efbe9fefbdb5efbfa5e5849442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)