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 | ???侑? | 001111110011111100111111100110001101000000111111 | 3f3f3f98d03f |
EUC-JP | ???侑? | 001111110011111100111111110100001101001000111111 | 3f3f3fd0d23f |
UTF-8 | 銳놁빍侑켇 | 111010011000101010110011111010111000011010000001111010111011100110001101111001001011111010010001111011001011110010000111 | e98ab3eb8681ebb98de4be91ecbc87 |
UHC | 銳놁빍侑켇 | 11100111111001011000011011101100100101011011001011101010111000101011000101000101 | e7e586ec95b2eae2b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)