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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??甚?? | 001111110011111110010000011100100011111100111111 | 3f3f90723f3f |
EUC-JP | ??甚?? | 001111110011111110111111110100110011111100111111 | 3f3fbfd33f3f |
UTF-8 | 롘롖甚롅롌 | 111010111010000110011000111010111010000110010110111001111001010010011010111010111010000110000101111010111010000110001100 | eba198eba196e7949aeba185eba18c |
UHC | 롘롖甚롅롌 | 10001110110111001000111011011010111001001010010010001110110010111000111011010010 | 8edc8edae4a48ecb8ed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)