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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楓喇ぉ? | 10010101100101101001101001101000100000101010011100111111 | 95969a6882a73f |
EUC-JP | 楓喇ぉ? | 11001001111101101101001111001001101001001010100100111111 | c9f6d3c9a4a93f |
UTF-8 | 楓喇ぉ렠 | 111001101010010110010011111001011001011010000111111000111000000110001001111010111010000010100000 | e6a593e59687e38189eba0a0 |
UHC | 楓喇ぉ렠 | 1111100110100011110101001111101010101010101010011000111010110001 | f9a3d4faaaa98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)