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 | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
UTF-8 | 혧횢횧횓횪H | 11101101100110001010011111101101100110101010001011101101100110101010011111101101100110101001001111101101100110101010101001001000 | ed98a7ed9aa2ed9aa7ed9a93ed9aaa48 |
UHC | 혧횢횧횓횪H | 1100001010001111110000111001100111000011100111101100001110001110110000111010000001001000 | c28fc399c39ec38ec3a048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)