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 | ??∫??? | 00111111001111111000000111100111001111110011111100111111 | 3f3f81e73f3f3f |
EUC-JP | ?珹∫??? | 001111111000111111001011111110111010001011101001001111110011111100111111 | 3f8fcbfba2e93f3f3f |
UTF-8 | 룶珹∫룶괄∼ | 111010111010001110110110111001111000111110111001111000101000100010101011111010111010001110110110111010101011010010000100111000101000100010111100 | eba3b6e78fb9e288abeba3b6eab484e288bc |
UHC | 룶珹∫룶괄∼ | 100011111010101111100000111110111010000111110010100011111010101110110000111111011010000110101101 | 8fabe0fba1f28fabb0fda1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)