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 | ?????Р^ | 0011111100111111001111110011111100111111100001000101000101011110 | 3f3f3f3f3f84515e |
EUC-JP | ?????Р^ | 0011111100111111001111110011111100111111101001111011001001011110 | 3f3f3f3f3fa7b25e |
UTF-8 | 琉녺뮰琉녿Р^ | 111011111010011110001100111010111000010110111010111010111010111010110000111011111010011110001100111010111000010110111111110100001010000001011110 | efa78ceb85baebaeb0efa78ceb85bfd0a05e |
UHC | 琉녺뮰琉녿Р^ | 11101011101001001000011011100111100100101011100111101011101001001000011011101011101011001011001001011110 | eba486e792b9eba486ebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)