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 | 筌??予?ⅰ | 111000101010001100111111001111111001011101011100001111111111101001000000 | e2a33f3f975c3ffa40 |
EUC-JP | 筌??予?? | 1110010010100101001111110011111111001101101111010011111100111111 | e4a53f3fcdbd3f3f |
UTF-8 | 筌뗭옺予뽪ⅰ | 111001111010110110001100111010111001011110101101111011001001100010111010111001001011101010001000111010111011110110101010111000101000010110110000 | e7ad8ceb97adec98bae4ba88ebbdaae285b0 |
UHC | 筌뗭옺予뽪ⅰ | 111011111010011110001011111011001001111010110000111001011111100010010110111001101010010110100001 | efa78bec9eb0e5f896e6a5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)