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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 溪軛軫笳H | 100111111110001011100111011000101110011101100110111000101001011101001000 | 9fe2e762e766e29748 |
EUC-JP | 溪軛軫笳H | 110111101110010011101101110000111110110111000111111000111111011101001000 | dee4edc3edc7e3f748 |
UTF-8 | 溪軛軫笳H | 11100110101110101010101011101000101110111001101111101000101110111010101111100111101011001011001101001000 | e6baaae8bb9be8bbabe7acb348 |
UHC | 溪?軫?H | 11001101101000100011111111110010111000100011111101001000 | cda23ff2e23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)