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 | 繒?邂?邂? | 111110111000111100111111111001111010111000111111111001111010111000111111 | fb8f3fe7ae3fe7ae3f |
EUC-JP | 繒?邂?邂? | 10001111110101001101010000111111111011101011000000111111111011101011000000111111 | 8fd4d43feeb03feeb03f |
UTF-8 | 繒렰邂렰邂렯 | 111001111011100110010010111010111010000010110000111010011000001010000010111010111010000010110000111010011000001010000010111010111010000010101111 | e7b992eba0b0e98282eba0b0e98282eba0af |
UHC | 繒렰邂렰邂렯 | 111100011111100110001110101111011111101010110011100011101011110111111010101100111000111010111100 | f1f98ebdfab38ebdfab38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)