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 | 筌??揖?? | 1110001010100011001111110011111110010111010010110011111100111111 | e2a33f3f974b3f3f |
EUC-JP | 筌??揖?ł | 11100100101001010011111100111111110011011010110000111111100011111010100111001000 | e4a53f3fcdac3f8fa9c8 |
UTF-8 | 筌꺿뫜揖덄ł | 1110011110101101100011001110101010111010101111111110101110101011100111001110011010001111100101101110101110001101100001001100010110000010 | e7ad8ceababfebab9ce68f96eb8d84c582 |
UHC | 筌꺿뫜揖덄ł | 111011111010011110000011111000101001000110111100111010111110011110001000111001111010100110101001 | efa783e291bcebe788e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)