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 | 譽??也ゅ? | 111001101010001100111111001111111001011011100111100000101110001100111111 | e6a33f3f96e782e33f |
EUC-JP | 譽??也ゅ? | 111011001010010100111111001111111100110011101001101001001110010100111111 | eca53f3fcce9a4e53f |
UTF-8 | 譽긷컟也ゅ뜏 | 111010001010110110111101111010101011100010110111111011001011101110011111111001001011100110011111111000111000001010000101111010111001110010001111 | e8adbdeab8b7ecbb9fe4b99fe38285eb9c8f |
UHC | 譽긷컟也ゅ뜏 | 111001111110001010110001111001011011000010001010111001011010010110101010111001011000110110010010 | e7e2b1e5b08ae5a5aae58d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)