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 | 娃??兀? | 10001000101000010011111100111111100110010101100100111111 | 88a13f3f99593f |
EUC-JP | 娃??兀? | 10110000101000110011111100111111110100011011101000111111 | b0a33f3fd1ba3f |
UTF-8 | 娃륅숲兀믢 | 111001011010100010000011111010111010010110000101111011001000100010110010111001011000010110000000111010111010111110100010 | e5a883eba585ec88b2e58580ebafa2 |
UHC | 娃륅숲兀믢 | 11101000110111111000111111101111101111011010001111101000101101001001001011100100 | e8df8fefbda3e8b492e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)