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 | 源?伊豆? | 1000110010111001001111111000100011001001100100111010010000111111 | 8cb93f88c993a43f |
EUC-JP | 源?伊豆? | 1011100010111011001111111011000011001011110001101010011000111111 | b8bb3fb0cbc6a63f |
UTF-8 | 源렰伊豆렚 | 111001101011101010010000111010111010000010110000111001001011110010001010111010001011000110000110111010111010000010011010 | e6ba90eba0b0e4bc8ae8b186eba09a |
UHC | 源렰伊豆렚 | 11101010101110011000111010111101111011001010010111010100111001111000111010101101 | eab98ebdeca5d4e78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)