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 | 褞畷キろ遐驕 | 1110010111110000100100111110101110110111100000101110101111100111101000001110100110000001 | e5f093ebb782ebe7a0e981 |
EUC-JP | 褞畷キろ遐驕 | 111010101111001011000110111011011000111010110111101001001110110111101110101000101111000111100001 | eaf2c6ed8eb7a4edeea2f1e1 |
UTF-8 | 褞畷キろ遐驕 | 111010001010010010011110111001111001010110110111111011111011110110110111111000111000001010001101111010011000000110010000111010011010100110010101 | e8a49ee795b7efbdb7e3828de98190e9a995 |
UHC | ???ろ遐驕 | 001111110011111100111111101010101110110111111001110001101100111011110110 | 3f3f3faaedf9c6cef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)