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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辞嵂執 | 1111001010100011100011101010101111111010101100101000111010110111 | f2a38eabfab28eb7 |
EUC-JP | ?辞嵂執 | 0011111110111100101011011000111110111011110100001011110010111001 | 3fbcad8fbbd0bcb9 |
UTF-8 | 辞嵂執 | 111011101000011110011010111010001011111010011110111001011011010110000010111001011001111110110111 | ee879ae8be9ee5b582e59fb7 |
UHC | ???執 | 0011111100111111001111111111001011111011 | 3f3f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)