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 | 余??逾?? | 1001011101011101001111110011111111100111101001010011111100111111 | 975d3f3fe7a53f3f |
EUC-JP | 余?ŀ逾?? | 11001101101111100011111110001111101010011100100111101110101001110011111100111111 | cdbe3f8fa9c9eea73f3f |
UTF-8 | 余뽯ŀ逾뗥킊 | 1110010010111101100110011110101110111101101011111100010110000000111010011000000010111110111010111001011110100101111011011000001010001010 | e4bd99ebbdafc580e980beeb97a5ed828a |
UHC | 余뽯ŀ逾뗥킊 | 111001011111100110010110111010111010100110101000111010111011010110001011111001011011010010010110 | e5f996eba9a8ebb58be5b496 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)