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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???節ο?\ | 001111110011111100111111100100001101111110000011110011010011111101011100 | 3f3f3f90df83cd3f5c |
EUC-JP | 縕??節ο?\ | 1000111111010100110000100011111100111111110000001110000110100110110011110011111101011100 | 8fd4c23f3fc0e1a6cf3f5c |
UTF-8 | 縕딃쑔節ο풏\ | 111001111011100010010101111010111001010010000011111011001001000110010100111001111010111110000000110011101011111111101101100100101000111101011100 | e7b895eb9483ec9194e7af80cebfed928f5c |
UHC | 縕딃쑔節ο풏\ | 11101000101100101000101011101001100111001011001111101111101111011010010111101111101111101001001101011100 | e8b28ae99cb3efbda5efbe935c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)