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 | シ眈ム上リシ | 1011110011100001101111001101000110001111111000111101100010111100 | bce1bcd18fe3d8bc |
EUC-JP | シ眈ム上リシ | 100011101011110011100010101111101000111011010001101111101110010110001110110110001000111010111100 | 8ebce2be8ed1bee58ed88ebc |
UTF-8 | シ眈ム上リシ | 111011111011110110111100111001111001110010001000111011111011111010010001111001001011100010001010111011111011111010011000111011111011110110111100 | efbdbce79c88efbe91e4b88aefbe98efbdbc |
UHC | ?眈?上?? | 0011111111110111101011110011111111011111101111100011111100111111 | 3ff7af3fdfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)