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 | 絶??壯?? | 1001000011100010001111110011111110011010111000010011111100111111 | 90e23f3f9ae13f3f |
EUC-JP | 絶??壯?? | 1100000011100100001111110011111111010100111000110011111100111111 | c0e43f3fd4e33f3f |
UTF-8 | 絶롳쉔壯꾥내 | 111001111011010110110110111010111010000110110011111011001000100110010100111001011010001110101111111010101011111010100101111010111000001010110100 | e7b5b6eba1b3ec8994e5a3afeabea5eb82b4 |
UHC | 絶롳쉔壯꾥내 | 111011111011111010001110111011111011110110101000111011011110000010000100111010001011001110111011 | efbe8eefbda8ede084e8b3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)