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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 第???雍? | 1001000111100110001111110011111100111111111010001011010000111111 | 91e63f3f3fe8b43f |
EUC-JP | 第???雍? | 1100001011101000001111110011111100111111111100001011011000111111 | c2e83f3f3ff0b63f |
UTF-8 | 第얕렓렧雍렓 | 111001111010110010101100111011001001011010010101111010111010000010010011111010111010000010100111111010011001101110001101111010111010000010010011 | e7acacec9695eba093eba0a7e99b8deba093 |
UHC | 第얕렓렧雍렓 | 111100001010111110111110111010001000111010101000100011101011011011101000101111001000111010101000 | f0afbee88ea88eb6e8bc8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)