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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菫瀧慣 | 111001001011111110010001111010111000101010110101 | e4bf91eb8ab5 |
EUC-JP | 菫瀧慣 | 111010001100000111000010111011011011010010110111 | e8c1c2edb4b7 |
UTF-8 | 菫瀧慣 | 111010001000111110101011111001111000000010100111111001101000010110100011 | e88fabe780a7e685a3 |
UHC | 菫瀧慣 | 110100001100101111010110111010011100111010110001 | d0cbd6e9ceb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)