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 | 菫瀧げ | 111001001011111110010001111010111000001010110000 | e4bf91eb82b0 |
EUC-JP | 菫瀧げ | 111010001100000111000010111011011010010010110010 | e8c1c2eda4b2 |
UTF-8 | 菫瀧げ | 111010001000111110101011111001111000000010100111111000111000000110010010 | e88fabe780a7e38192 |
UHC | 菫瀧げ | 110100001100101111010110111010011010101010110010 | d0cbd6e9aab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)