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 | 爭耕?暲?爭 | 11100000101001011000110101101011001111111111101011011100001111111110000010100101 | e0a58d6b3ffadc3fe0a5 |
EUC-JP | 爭耕?暲?爭 | 1110000010100111101110011100110000111111100011111100001011011011001111111110000010100111 | e0a7b9cc3f8fc2db3fe0a7 |
UTF-8 | 爭耕횟暲렑爭 | 111001111000100010101101111010001000000010010101111011011001101010011111111001101001101010110010111010111010000010010001111001111000100010101101 | e788ade88095ed9a9fe69ab2eba091e788ad |
UHC | 爭耕횟暲렑爭 | 111011101011001111001100111010011100100010111101111011011110011110001110101001101110111010110011 | eeb3cce9c8bdede78ea6eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)