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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?竊⑫誌 | 00111111111000101000011010000111010010111000111010001111 | 3fe286874b8e8f |
EUC-JP | ?竊?誌 | 001111111110001111100110001111111011101111101111 | 3fe3e63fbbef |
UTF-8 | 뤛竊⑫誌 | 111010111010010010011011111001111010101110001010111000101001000110101011111010001010101010001100 | eba49be7ab8ae291abe8aa8c |
UHC | 뤛竊⑫誌 | 1000111111001010111011111011110010101000111100101111001010111100 | 8fcaefbca8f2f2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)