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 | 勇?8柔?! | 10010111010001010011111110000010010101111000111101011111001111111000000101001001 | 97453f82578f5f3f8149 |
EUC-JP | 勇?8柔?! | 11001101101001100011111110100011101110001011110111000000001111111010000110101010 | cda63fa3b8bdc03fa1aa |
UTF-8 | 勇싲8柔꾦! | 111001011000101110000111111011001000101110110010111011111011110010011000111001101001111110010100111010101011111010100110111011111011110010000001 | e58b87ec8bb2efbc98e69f94eabea6efbc81 |
UHC | 勇싲8柔꾦! | 111010011011100010011010111010111010001110111000111010101111010110000100111010011010001110100001 | e9b89aeba3b8eaf584e9a3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)