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 | 識熙ニ | 11110001111110001000111010101111111010101010010011000110 | f1f88eafeaa4c6 |
EUC-JP | ?識熙ニ | 00111111101111001011000111110100101001101000111011000110 | 3fbcb1f4a68ec6 |
UTF-8 | 識熙ニ | 111011101000010110110011111010001010110110011000111001111000011010011001111011111011111010000110 | ee85b3e8ad98e78699efbe86 |
UHC | ?識熙? | 001111111110001111011011111111011111011100111111 | 3fe3dbfdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)