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 | ???儒?? | 00111111001111110011111110001110111100100011111100111111 | 3f3f3f8ef23f3f |
EUC-JP | 轝?Ŋ儒?? | 1000111111100001101010100011111110001111101010011010101110111100111101000011111100111111 | 8fe1aa3f8fa9abbcf43f3f |
UTF-8 | 轝뀀Ŋ儒녽솻 | 1110100010111101100111011110101110000000100000001100010110001010111001011000010010010010111010111000010110111101111011001000011010111011 | e8bd9deb8080c58ae58492eb85bdec86bb |
UHC | 轝뀀Ŋ儒녽솻 | 111001101010110010110010111010111010100010101111111010101110001110000110111010011001100110110000 | e6acb2eba8afeae386e999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)