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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畤珎痂畤珎獏 | 111000010101111011100000110111011110000101101111111000010101111011100000110111011110000011010001 | e15ee0dde16fe15ee0dde0d1 |
EUC-JP | 畤珎痂畤珎獏 | 111000011011111111100000110111111110000111010000111000011011111111100000110111111110000011010011 | e1bfe0dfe1d0e1bfe0dfe0d3 |
UTF-8 | 畤珎痂畤珎獏 | 111001111001010110100100111001111000111110001110111001111001011110000010111001111001010110100100111001111000111110001110111001111000110110001111 | e795a4e78f8ee79782e795a4e78f8ee78d8f |
UHC | ??痂??? | 00111111001111111100101010110010001111110011111100111111 | 3f3fcab23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)