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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闌ォム崎・イB | 111010001000110010101011110100011000110111101000101001011011001001000010 | e88cabd18de8a5b242 |
EUC-JP | 闌ォム崎・イB | 11101111111011001000111010101011100011101101000110111010111010101000111010100101100011101011001001000010 | efec8eab8ed1baea8ea58eb242 |
UTF-8 | 闌ォム崎・イB | 11101001100101111000110011101111101111011010101111101111101111101001000111100101101101001000111011101111101111011010010111101111101111011011001001000010 | e9978cefbdabefbe91e5b48eefbda5efbdb242 |
UHC | ???崎??B | 0011111100111111001111111101000011111000001111110011111101000010 | 3f3f3fd0f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)