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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑??侑?? | 1001010010101000001111110011111110011000110100000011111100111111 | 94a83f3f98d03f3f |
EUC-JP | 畑??侑?? | 1100100010101010001111110011111111010000110100100011111100111111 | c8aa3f3fd0d23f3f |
UTF-8 | 畑띕뀈侑꾣략 | 111001111001010110010001111010111001110110010101111010111000000010001000111001001011111010010001111010101011111010100011111010111001111010110101 | e79591eb9d95eb8088e4be91eabea3eb9eb5 |
UHC | 畑띕뀈侑꾣략 | 111011111010010110110110111010111000010110000100111010101110001010000100111001101011011110101011 | efa5b6eb8584eae284e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)