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 | 葬?趾?結乙 | 10010001100100100011111111100110111001000011111110001100100010111000100110110011 | 91923fe6e43f8c8b89b3 |
EUC-JP | 葬?趾?結乙 | 11000001111100100011111111101100111001100011111110110111111010111011001010110101 | c1f23fece63fb7ebb2b5 |
UTF-8 | 葬렱趾얗結乙 | 111010001001000110101100111010111010000010110001111010001011011010111110111011001001011010010111111001111011010110010000111001001011100110011001 | e891aceba0b1e8b6beec9697e7b590e4b999 |
UHC | 葬렱趾얗結乙 | 111011011111011110001110101111101111001010111111101111101110100111001100101111111110101111100000 | edf78ebef2bfbee9ccbfebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)