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 | ク荅肄 | 11110000101111111011100011100100101001111110001111100101 | f0bfb8e4a7e3e5 |
EUC-JP | ?ク荅肄 | 00111111100011101011100011101000101010011110011011100111 | 3f8eb8e8a9e6e7 |
UTF-8 | ク荅肄 | 111011101000000110111110111011111011110110111000111010001000110110000101111010001000001010000100 | ee81beefbdb8e88d85e88284 |
UHC | ???肄 | 0011111100111111001111111110110010111101 | 3f3f3fecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)