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 | 澳??穩?? | 1110000001010011001111110011111111100010011100100011111100111111 | e0533f3fe2723f3f |
EUC-JP | 澳??穩?? | 1101111110110100001111110011111111100011110100110011111100111111 | dfb43f3fe3d33f3f |
UTF-8 | 澳뉛쉘穩롨돯 | 111001101011111010110011111010111000100110011011111011001000100110011000111001111010100110101001111010111010000110101000111010111000111110101111 | e6beb3eb899bec8998e7a9a9eba1a8eb8faf |
UHC | 澳뉛쉘穩롨돯 | 111001111111111010000111111011111011110110101001111010001011000110001110111010001000100110110010 | e7fe87efbda9e8b18ee889b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)