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 | ??????pG | 0011111100111111001111110011111100111111001111110111000001000111 | 3f3f3f3f3f3f7047 |
SJIS-WIN | ???瓦??pG | 001111110011111100111111100010101010001000111111001111110111000001000111 | 3f3f3f8aa23f3f7047 |
EUC-JP | ???瓦??pG | 001111110011111100111111101101001010010000111111001111110111000001000111 | 3f3f3fb4a43f3f7047 |
UTF-8 | 吳뱄쉿瓦븝슬pG | 1110010110010000101100111110101110110001100001001110110010001001101111111110011110010011101001101110101110111000100111011110110010001010101011000111000001000111 | e590b3ebb184ec89bfe793a6ebb89dec8aac7047 |
UHC | 吳뱄쉿瓦븝슬pG | 1110011111101111101110011110111110111101101100101110100010111111101110101110111110111101101111010111000001000111 | e7efb9efbdb2e8bfbaefbdbd7047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)