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 | 陰μ?陰 | 10001001010000011000001111001010001111111000100101000001 | 894183ca3f8941 |
EUC-JP | 陰μ?陰 | 10110001101000101010011011001100001111111011000110100010 | b1a2a6cc3fb1a2 |
UTF-8 | 陰μ녆陰 | 1110100110011001101100001100111010111100111010111000010110000110111010011001100110110000 | e999b0cebceb8586e999b0 |
UHC | 陰μ녆陰 | 1110101111100100101001011110110010000110101111011110101111100100 | ebe4a5ec86bdebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)