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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?害?s | 001111111000101001010001001111111000001010010011 | 3f8a513f8293 |
EUC-JP | ?害?s | 001111111011001110110010001111111010001111110011 | 3fb3b23fa3f3 |
UTF-8 | 뤻害댜s | 111010111010010010111011111001011010111010110011111010111000110010011100111011111011110110010011 | eba4bbe5aeb3eb8c9cefbd93 |
UHC | 뤻害댜s | 1000111111101001111110101010101010110100111101001010001111110011 | 8fe9faaab4f4a3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)