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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ヤキ跂ハハ\ | 11010100101101111110011011100011110010101100101001011100 | d4b7e6e3caca5c |
EUC-JP | ヤキ跂ハハ\ | 1000111011010100100011101011011111101100111001011000111011001010100011101100101001011100 | 8ed48eb7ece58eca8eca5c |
UTF-8 | ヤキ跂ハハ\ | 11101111101111101001010011101111101111011011011111101000101101111000001011101111101111101000101011101111101111101000101001011100 | efbe94efbdb7e8b782efbe8aefbe8a5c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)