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 | 詹螂ヒロ | 111110111010010111100101101001011100101111011011 | fba5e5a5cbdb |
EUC-JP | 詹螂ヒロ | 100011111101110111101010111010101010011110001110110010111000111011011011 | 8fddeaeaa78ecb8edb |
UTF-8 | 詹螂ヒロ | 111010001010100110111001111010001001111010000010111011111011111010001011111011111011111010011011 | e8a9b9e89e82efbe8befbe9b |
UHC | 詹螂?? | 111101001101101011010101110011000011111100111111 | f4dad5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)