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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 射叱璽鸙雫 | 10001110110010111000111010110110100011101010001111111100010010101000111010110100 | 8ecb8eb68ea3fc4a8eb4 |
EUC-JP | 射叱璽鸙雫 | 1011110011001101101111001011100010111100101001011000111111101100110101101011110010110110 | bccdbcb8bca58fecd6bcb6 |
UTF-8 | 射叱璽鸙雫 | 111001011011000010000100111001011000111110110001111001111001001010111101111010011011100010011001111010011001101110101011 | e5b084e58fb1e792bde9b899e99bab |
UHC | 射叱璽?? | 1101111011010010111100101110101011011111110111100011111100111111 | ded2f2eadfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)