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 | 沮?地?宰?^ | 10011111100111000011111110010010011011100011111110001101110010010011111101011110 | 9f9c3f926e3f8dc93f5e |
EUC-JP | 沮?地?宰?^ | 11011101111111000011111111000011110011110011111110111010110010110011111101011110 | ddfc3fc3cf3fbacb3f5e |
UTF-8 | 沮렑地렚宰렓^ | 11100110101100101010111011101011101000001001000111100101100111001011000011101011101000001001101011100101101011101011000011101011101000001001001101011110 | e6b2aeeba091e59cb0eba09ae5aeb0eba0935e |
UHC | 沮렑地렚宰렓^ | 11101110110000011000111010100110111100101010001010001110101011011110111010100101100011101010100001011110 | eec18ea6f2a28eadeea58ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)