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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 陞溷」ス諡キ\ | 11101000100111101001111111100101101000111011110111100110100010111011011101011100 | e89e9fe5a3bde68bb75c |
EUC-JP | 陞溷」ス諡キ\ | 11101111111111101101111011100111100011101010001110001110101111011110101111101011100011101011011101011100 | effedee78ea38ebdebeb8eb75c |
UTF-8 | 陞溷」ス諡キ\ | 11101001100110011001111011100110101110101011011111101111101111011010001111101111101111011011110111101000101010111010000111101111101111011011011101011100 | e9999ee6bab7efbda3efbdbde8aba1efbdb75c |
UHC | 陞???諡?\ | 111000111011001100111111001111110011111111100011110011010011111101011100 | e3b33f3f3fe3cd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)