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 | 易??歪?? | 1000100011010101001111110011111110011000011000110011111100111111 | 88d53f3f98633f3f |
EUC-JP | 易??歪?? | 1011000011010111001111110011111111001111110001000011111100111111 | b0d73f3fcfc43f3f |
UTF-8 | 易뉛슭歪뤹렡 | 111001101001100010010011111010111000100110011011111011001000101010101101111001101010110110101010111010111010010010111001111010111010000010100001 | e69893eb899bec8aade6adaaeba4b9eba0a1 |
UHC | 易뉛슭歪뤹렡 | 111001101011011010000111111011111011110110111110111010001110000010001111111001111000111010110010 | e6b687efbdbee8e08fe78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)