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 | 壕蕎???? | 1000110110001000100010111011110000111111001111110011111100111111 | 8d888bbc3f3f3f3f |
EUC-JP | 壕蕎?檉?? | 10111001111010001011011010111110001111111000111111000101101110110011111100111111 | b9e8b6be3f8fc5bb3f3f |
UTF-8 | 壕蕎헙檉렓뤲 | 111001011010001110010101111010001001010110001110111011011001011110011001111001101010101010001001111010111010000010010011111010111010010010110010 | e5a395e8958eed9799e6aa89eba093eba4b2 |
UHC | 壕蕎헙檉렓뤲 | 111110111011110111001110111100001100011111101001111011111110000010001110101010001000111111100000 | fbbdcef0c7e9efe08ea88fe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)