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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?芽??芽?^ | 001111111000100111101000001111110011111110001001111010000011111101011110 | 3f89e83f3f89e83f5e |
EUC-JP | ?芽??芽?^ | 001111111011001011101010001111110011111110110010111010100011111101011110 | 3fb2ea3f3fb2ea3f5e |
UTF-8 | 쀯芽篒쀯芽篒^ | 11101100100000001010111111101000100010101011110111100111101011111001001011101100100000001010111111101000100010101011110111100111101011111001001001011110 | ec80afe88abde7af92ec80afe88abde7af925e |
UHC | 쀯芽篒쀯芽篒^ | 10010111111011111110010010110100111000111101100110010111111011111110010010110100111000111101100101011110 | 97efe4b4e3d997efe4b4e3d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)