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 | 畑??巽?? | 1001010010101000001111110011111110010010010001100011111100111111 | 94a83f3f92463f3f |
EUC-JP | 畑??巽?? | 1100100010101010001111110011111111000011101001110011111100111111 | c8aa3f3fc3a73f3f |
UTF-8 | 畑띕끂巽섌걬 | 111001111001010110010001111010111001110110010101111010111000000110000010111001011011011110111101111011001000010010001100111010101011000110101100 | e79591eb9d95eb8182e5b7bdec848ceab1ac |
UHC | 畑띕끂巽섌걬 | 111011111010010110110110111010111000010110111000111000011101111010011000111010011000000110010101 | efa5b6eb85b8e1de98e98195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)