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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訒滓譯 | 111110111010001110011111111001101110011010100001 | fba39fe6e6a1 |
EUC-JP | 訒滓譯 | 10001111110111011100100011011110111010001110110010100011 | 8fddc8dee8eca3 |
UTF-8 | 訒滓譯 | 111010001010100010010010111001101011101110010011111010001010110110101111 | e8a892e6bb93e8adaf |
UHC | ?滓譯 | 0011111111101110101010111110011010111011 | 3feeabe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)