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 | 爰???? | 111000001010011100111111001111110011111100111111 | e0a73f3f3f3f |
EUC-JP | 爰???? | 111000001010100100111111001111110011111100111111 | e0a93f3f3f3f |
UTF-8 | 爰렢롈렲뤋 | 111001111000100010110000111010111010000010100010111010111010000110001000111010111010000010110010111010111010010010001011 | e788b0eba0a2eba188eba0b2eba48b |
UHC | 爰렢롈렲뤋 | 11101010101110101000111010110011100011101100111010001110101111111000111110111011 | eaba8eb38ece8ebf8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)