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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 駿?錚敎賓 | 100011110111100000111111111010000100001011111010110011011001010101101111 | 8f783fe842facd956f |
EUC-JP | 駿?錚?賓 | 1011110111011001001111111110111110100011001111111100100111010000 | bdd93fefa33fc9d0 |
UTF-8 | 駿렏錚敎賓 | 111010011010011110111111111010111010000010001111111010011000110010011010111001101001010110001110111010001011001110010011 | e9a7bfeba08fe98c9ae6958ee8b393 |
UHC | 駿렏錚敎賓 | 11110001111001111000111010100101111011101011011011001110111001111101111010111001 | f1e78ea5eeb6cee7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)