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 | 訒夂貍櫁貍霆 | 111110111010001110011010111001111110011010111100100111101110100011100110101111001110100010111011 | fba39ae7e6bc9ee8e6bce8bb |
EUC-JP | 訒夂貍櫁貍霆 | 10001111110111011100100011010100111010011110110010111110110111001110101011101100101111101111000010111101 | 8fddc8d4e9ecbedceaecbef0bd |
UTF-8 | 訒夂貍櫁貍霆 | 111010001010100010010010111001011010010010000010111010001011001010001101111001101010101110000001111010001011001010001101111010011001110010000110 | e8a892e5a482e8b28de6ab81e8b28de99c86 |
UHC | ?????霆 | 00111111001111110011111100111111001111111110111111111101 | 3f3f3f3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)