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 | ?z???z??B | 001111110111101000111111001111110011111101111010001111110011111101000010 | 3f7a3f3f3f7a3f3f42 |
SJIS-WIN | ?z???z??B | 001111110111101000111111001111110011111101111010001111110011111101000010 | 3f7a3f3f3f7a3f3f42 |
EUC-JP | ?z???z??B | 001111110111101000111111001111110011111101111010001111110011111101000010 | 3f7a3f3f3f7a3f3f42 |
UTF-8 | 혰z혵혖혰z혵혖B | 111011011001100010110000011110101110110110011000101101011110110110011000100101101110110110011000101100000111101011101101100110001011010111101101100110001001011001000010 | ed98b07aed98b5ed9896ed98b07aed98b5ed989642 |
UHC | 혰z혵혖혰z혵혖B | 110000101001011101111010110000101001110011000010100000011100001010010111011110101100001010011100110000101000000101000010 | c2977ac29cc281c2977ac29cc28142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)