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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 棚丹村息H | 100100100100100110010010010011111001000110111010100100011010011101001000 | 9249924f91ba91a748 |
EUC-JP | 棚丹村息H | 110000111010101011000011101100001100001010111100110000101010100101001000 | c3aac3b0c2bcc2a948 |
UTF-8 | 棚丹村息H | 11100110101000111001101011100100101110001011100111100110100111011001000111100110100000011010111101001000 | e6a39ae4b8b9e69d91e681af48 |
UHC | 棚丹村息H | 110111011101110011010011101000011111010110111101111000111101001101001000 | dddcd3a1f5bde3d348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)