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 | 畑??幼? | 10010100101010000011111100111111100101110110001100111111 | 94a83f3f97633f |
EUC-JP | 畑??幼? | 11001000101010100011111100111111110011011100010000111111 | c8aa3f3fcdc43f |
UTF-8 | 畑닿섞幼낻 | 111001111001010110010001111010111000101110111111111011001000010010011110111001011011100110111100111010111000001010111011 | e79591eb8bbfec849ee5b9bceb82bb |
UHC | 畑닿섞幼낻 | 11101111101001011011010011101010101111001010111111101010111010101000011001001011 | efa5b4eabcafeaea864b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)