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 | 畑??巡?? | 1001010010101000001111110011111110001111100001000011111100111111 | 94a83f3f8f843f3f |
EUC-JP | 畑??巡?? | 1100100010101010001111110011111110111101111001000011111100111111 | c8aa3f3fbde43f3f |
UTF-8 | 畑띕끂巡곲윀 | 111001111001010110010001111010111001110110010101111010111000000110000010111001011011011110100001111010101011001110110010111011001001110010000000 | e79591eb9d95eb8182e5b7a1eab3b2ec9c80 |
UHC | 畑띕끂巡곲윀 | 111011111010010110110110111010111000010110111000111000101101111010000001111010011001111110001011 | efa5b6eb85b8e2de81e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)