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 | 畑??陰? | 10010100101010000011111100111111100010010100000100111111 | 94a83f3f89413f |
EUC-JP | 畑??陰? | 11001000101010100011111100111111101100011010001000111111 | c8aa3f3fb1a23f |
UTF-8 | 畑멤뫓陰덨 | 111001111001010110010001111010111010100110100100111010111010101110010011111010011001100110110000111010111000110110101000 | e79591eba9a4ebab93e999b0eb8da8 |
UHC | 畑멤뫓陰덨 | 11101111101001011011100011100010100100011011010111101011111001001000100101000010 | efa5b8e291b5ebe48942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)