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 | 鳶??熱?? | 1001001111001110001111110011111110010100010011010011111100111111 | 93ce3f3f944d3f3f |
EUC-JP | 鳶??熱?? | 1100011011010000001111110011111111000111101011100011111100111111 | c6d03f3fc7ae3f3f |
UTF-8 | 鳶녺뫞熱욅뙗 | 111010011011001110110110111010111000010110111010111010111010101110011110111001111000011010110001111011001001101010000101111010111001100110010111 | e9b3b6eb85baebab9ee786b1ec9a85eb9997 |
UHC | 鳶녺뫞熱욅뙗 | 111001101110100110000110111001111001000110111110111001101111000010011110111001111000110010011100 | e6e986e791bee6f09ee78c9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)