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 | ?}Y?}bE | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 柄}Y柄}bE | 100101011011111101111101010110011001010110111111011111010110001001000101 | 95bf7d5995bf7d6245 |
EUC-JP | 柄}Y柄}bE | 110010101100000101111101010110011100101011000001011111010110001001000101 | cac17d59cac17d6245 |
UTF-8 | 柄}Y柄}bE | 1110011010011111100001000111110101011001111001101001111110000100011111010110001001000101 | e69f847d59e69f847d6245 |
UHC | 柄}Y柄}bE | 110111001011011101111101010110011101110010110111011111010110001001000101 | dcb77d59dcb77d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)