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 | 兀????オ | 1001100101011001001111110011111100111111001111111000001101001001 | 99593f3f3f3f8349 |
EUC-JP | 兀????オ | 1101000110111010001111110011111100111111001111111010010110101010 | d1ba3f3f3f3fa5aa |
UTF-8 | 兀덁퓱銳볡オ | 111001011000010110000000111010111000110110000001111011011001001110110001111010011000101010110011111010111011001110100001111000111000001010101010 | e58580eb8d81ed93b1e98ab3ebb3a1e382aa |
UHC | 兀덁퓱銳볡オ | 111010001011010010001000111001001011111110010111111001111110010110010011111001111010101110101010 | e8b488e4bf97e7e593e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)