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 | ???午?? | 00111111001111110011111110001100110111110011111100111111 | 3f3f3f8cdf3f3f |
EUC-JP | ???午?? | 00111111001111110011111110111000111000010011111100111111 | 3f3f3fb8e13f3f |
UTF-8 | 怜뉖졋午뽯젇 | 111011111010011010101100111010111000100110010110111011001010000110001011111001011000110110001000111010111011110110101111111011001010000010000111 | efa6aceb8996eca18be58d88ebbdafeca087 |
UHC | 怜뉖졋午뽯젇 | 111001111011000010000111111010111010000010111010111001111110110110010110111010111010000010001010 | e7b087eba0bae7ed96eba08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)