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 | 倭??弱?? | 1001100001100000001111110011111110001110111000110011111100111111 | 98603f3f8ee33f3f |
EUC-JP | 倭?ˇ弱?? | 11001111110000010011111110001111101000101011000010111100111001010011111100111111 | cfc13f8fa2b0bce53f3f |
UTF-8 | 倭뗦ˇ弱좄쐠 | 1110010110000000101011011110101110010111101001101100101110000111111001011011110010110001111011001010001010000100111011001001000010100000 | e580adeb97a6cb87e5bcb1eca284ec90a0 |
UHC | 倭뗦ˇ弱좄쐠 | 111010001101111010001011111001101010001010100111111001011011000010100000111010001001110010000110 | e8de8be6a2a7e5b0a0e89c86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)