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 | 筌???ょ? | 1110001010100011001111110011111100111111100000101110010100111111 | e2a33f3f3f82e53f |
EUC-JP | 筌???ょ? | 1110010010100101001111110011111100111111101001001110011100111111 | e4a53f3f3fa4e73f |
UTF-8 | 筌곁븫溜ょㅎ | 111001111010110110001100111010101011001110000001111010111011100010101011111011111010011110001011111000111000001010000111111000111000010110001110 | e7ad8ceab381ebb8abefa78be38287e3858e |
UHC | 筌곁븫溜ょㅎ | 111011111010011110110000111001111001010110010100111010101111111010101010111001111010010010111110 | efa7b0e79594eafeaae7a4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)