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 | 伊屯??? | 10001000110010011001001111010100001111110011111100111111 | 88c993d43f3f3f |
EUC-JP | 伊屯??饔 | 101100001100101111000110110101100011111100111111100011111110100011101111 | b0cbc6d63f3f8fe8ef |
UTF-8 | 伊屯렱렟饔 | 111001001011110010001010111001011011000110101111111010111010000010110001111010111010000010011111111010011010010110010100 | e4bc8ae5b1afeba0b1eba09fe9a594 |
UHC | 伊屯렱렟饔 | 11101100101001011101010011101010100011101011111010001110101100001110100010111101 | eca5d4ea8ebe8eb0e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)