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 | 筌??揄? | 11100010101000110011111100111111100111011000100100111111 | e2a33f3f9d893f |
EUC-JP | 筌??揄? | 11100100101001010011111100111111110110011110100100111111 | e4a53f3fd9e93f |
UTF-8 | 筌됪찇揄뷓 | 111001111010110110001100111010111001000010101010111011001011000010000111111001101000111110000100111010111011011110010011 | e7ad8ceb90aaecb087e68f84ebb793 |
UHC | 筌됪찇揄뷓 | 11101111101001111000100111100110101010011000101111101010111100011001010101000010 | efa789e6a98beaf19542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)