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 | 閼育梛貅 | 1110100010000100100010001110011110011110100010111110011010111010 | e88488e79e8be6ba |
EUC-JP | 閼育梛貅 | 1110111111100100101100001110100111011011111010111110110010111100 | efe4b0e9dbebecbc |
UTF-8 | 閼育梛貅 | 111010011001011010111100111010001000001010110010111001101010001010011011111010001011001010000101 | e996bce882b2e6a29be8b285 |
UHC | 閼育?? | 111001001101100111101011110000000011111100111111 | e4d9ebc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)