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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??q諺 | 001111110011111110000010100100011000110010111111 | 3f3f82918cbf |
EUC-JP | ?庾q諺 | 0011111110001111101111001100111010100011111100011011100011000001 | 3f8fbccea3f1b8c1 |
UTF-8 | 뤊庾q諺 | 111010111010010010001010111001011011101010111110111011111011110110010001111010001010101110111010 | eba48ae5babeefbd91e8abba |
UHC | 뤊庾q諺 | 1000111110111010111010101110110010100011111100011110010111101100 | 8fbaeaeca3f1e5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)