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 | åkå | 1110010110001011011010111110010110001011 | e58b6be58b |
SJIS-WIN | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
EUC-JP | å?kå? | 100011111010101110101001001111110110101110001111101010111010100100111111 | 8faba93f6b8faba93f |
UTF-8 | åkå | 110000111010010111000010100010110110101111000011101001011100001010001011 | c3a5c28b6bc3a5c28b |
UHC | ??k?? | 0011111100111111011010110011111100111111 | 3f3f6b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)