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 | 瀞?地?宰?^ | 10010011110100100011111110010010011011100011111110001101110010010011111101011110 | 93d23f926e3f8dc93f5e |
EUC-JP | 瀞?地?宰?^ | 11000110110101000011111111000011110011110011111110111010110010110011111101011110 | c6d43fc3cf3fbacb3f5e |
UTF-8 | 瀞렒地렚宰렓^ | 11100111100000001001111011101011101000001001001011100101100111001011000011101011101000001001101011100101101011101011000011101011101000001001001101011110 | e7809eeba092e59cb0eba09ae5aeb0eba0935e |
UHC | 瀞렒地렚宰렓^ | 11101111111001111000111010100111111100101010001010001110101011011110111010100101100011101010100001011110 | efe78ea7f2a28eadeea58ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)