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 | ?谿橾跟ャー | 001111111110011010101110111110101111000111100110111011101010110010110000 | 3fe6aefaf1e6eeacb0 |
EUC-JP | 鉘谿橾跟ャー | 1000111111100011111000101110110010110000100011111100010110110110111011001111000010001110101011001000111010110000 | 8fe3e2ecb08fc5b6ecf08eac8eb0 |
UTF-8 | 鉘谿橾跟ャー | 111010011000100110011000111010001011000010111111111001101010100110111110111010001011011110011111111011111011110110101100111011111011110110110000 | e98998e8b0bfe6a9bee8b79fefbdacefbdb0 |
UHC | ?谿???? | 00111111110011011010110000111111001111110011111100111111 | 3fcdac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)