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 | 饒??昻e? | 111010010110000000111111001111111111101011010000100000101000010100111111 | e9603f3ffad082853f |
EUC-JP | 饒???e? | 1111000111000001001111110011111100111111101000111110010100111111 | f1c13f3f3fa3e53f |
UTF-8 | 饒묈쪧昻e춺 | 111010011010010110010010111010111010110010001000111011001010101010100111111001101001100010111011111011111011110110000101111011001011011010111010 | e9a592ebac88ecaaa7e698bbefbd85ecb6ba |
UHC | 饒묈쪧昻e춺 | 111010011010111010010001111001011010010110100000111001001110100110100011111001011010110110010110 | e9ae91e5a5a0e4e9a3e5ad96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)