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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茲駈蹴苞随習 | 111001001010001010001011111011011000111101010010111001001001101010010000100011111000111101001011 | e4a28bed8f52e49a908f8f4b |
EUC-JP | 茲駈蹴苞随習 | 111010001010010010110110111011111011110110110011111001111111101010111111111011111011110110101100 | e8a4b6efbdb3e7fabfefbdac |
UTF-8 | 茲駈蹴苞随習 | 111010001000110010110010111010011010011110001000111010001011100110110100111010001000101110011110111010011001101010001111111001111011111110010010 | e88cb2e9a788e8b9b4e88b9ee99a8fe7bf92 |
UHC | ??蹴苞?習 | 001111110011111111110101111011011111100011100010001111111110001110100111 | 3f3ff5edf8e23fe3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)