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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 嘆辿村損b | 100100100101000110010010010010001001000110111010100100011011100101100010 | 9251924891ba91b962 |
EUC-JP | 嘆辿村損b | 110000111011001011000011101010011100001010111100110000101011101101100010 | c3b2c3a9c2bcc2bb62 |
UTF-8 | 嘆辿村損b | 11100101100110001000011011101000101111101011111111100110100111011001000111100110100100001000110101100010 | e59886e8bebfe69d91e6908d62 |
UHC | 嘆?村損b | 1111011110100011001111111111010110111101111000011101111101100010 | f7a33ff5bde1df62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)