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 | 宥??舍?? | 1001011101000111001111110011111111100100011100010011111100111111 | 97473f3fe4713f3f |
EUC-JP | 宥??舍?? | 1100110110101000001111110011111111100111110100100011111100111111 | cda83f3fe7d23f3f |
UTF-8 | 宥띠렠舍뤎쏠 | 111001011010111010100101111010111001110110100000111010111010000010100000111010001000100010001101111010111010010010001110111011001000111110100000 | e5aea5eb9da0eba0a0e8888deba48eec8fa0 |
UHC | 宥띠렠舍뤎쏠 | 111010101110100110110110111011001000111010110001110111101110110010001111101111101011110111110010 | eae9b6ec8eb1deec8fbebdf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)