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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 傭?┓節 | 10010111011000100011111110000100101011011001000011011111 | 97623f84ad90df |
EUC-JP | 傭?┓節 | 11001101110000110011111110101000101011111100000011100001 | cdc33fa8afc0e1 |
UTF-8 | 傭⑵┓節 | 111001011000001010101101111000101001000110110101111000101001010010010011111001111010111110000000 | e582ade291b5e29493e7af80 |
UHC | 傭⑵┓節 | 1110100110110110101010011110100010100110101011111110111110111101 | e9b6a9e8a6afefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)