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 | 筌???у? | 1110001010100011001111110011111100111111100001001000010100111111 | e2a33f3f3f84853f |
EUC-JP | 筌???у? | 1110010010100101001111110011111100111111101001111110010100111111 | e4a53f3f3fa7e53f |
UTF-8 | 筌대젿吳у낡 | 1110011110101101100011001110101110001100100000001110110010100000101111111110010110010000101100111101000110000011111010111000001010100001 | e7ad8ceb8c80eca0bfe590b3d183eb82a1 |
UHC | 筌대젿吳у낡 | 111011111010011110110100111010111010000010110001111001111110111110101100111001011011001110110000 | efa7b4eba0b1e7eface5b3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)