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¥å«è£ | 1111101101000010101001011110010110101011100010011110100010100011 | fb42a5e5ab89e8a3 |
SJIS-WIN | ?B¥????£ | 00111111010000101000000110001111001111110011111100111111001111111000000110010010 | 3f42818f3f3f3f3f8192 |
EUC-JP | ûB?å??è£ | 100011111010101111100101010000100011111110001111101010111010100100111111001111111000111110101011101100101010000111110010 | 8fabe5423f8faba93f3f8fabb2a1f2 |
UTF-8 | ûB¥å«è£ | 110000111011101101000010110000101010010111000011101001011100001010101011110000101000100111000011101010001100001010100011 | c3bb42c2a5c3a5c2abc289c3a8c2a3 |
UHC | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)