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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銑???? | 100100010100110000111111001111110011111100111111 | 914c3f3f3f3f |
EUC-JP | 銑???? | 110000011010110100111111001111110011111100111111 | c1ad3f3f3f3f |
UTF-8 | 銑렯렻렯렟 | 111010011000101010010001111010111010000010101111111010111010000010111011111010111010000010101111111010111010000010011111 | e98a91eba0afeba0bbeba0afeba09f |
UHC | 銑렯렻렯렟 | 11100000110101011000111010111100100011101100001110001110101111001000111010110000 | e0d58ebc8ec38ebc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)