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 | 隲帶ェ惹シ剰 | 11101000101010111001101111100110101010101000111011100100101111001000111111101000 | e8ab9be6aa8ee4bc8fe8 |
EUC-JP | 隲帶ェ惹シ剰 | 111100001010110111010110111010001000111010101010101111001110011010001110101111001011111011101010 | f0add6e88eaabce68ebcbeea |
UTF-8 | 隲帶ェ惹シ剰 | 111010011001101010110010111001011011100010110110111011111011110110101010111001101000001110111001111011111011110110111100111001011000100110110000 | e99ab2e5b8b6efbdaae683b9efbdbce589b0 |
UHC | ?帶?惹?? | 0011111111010011111000010011111111100101101010010011111100111111 | 3fd3e13fe5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)