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 | 業???ョ? | 1000101111000110001111110011111100111111100000111000011100111111 | 8bc63f3f3f83873f |
EUC-JP | 業???ョ? | 1011011011001000001111110011111100111111101001011110011100111111 | b6c83f3f3fa5e73f |
UTF-8 | 業뉛풆樂ョ꼷 | 111001101010010110101101111010111000100110011011111011011001001010000110111011111010011010111111111000111000001110100111111010101011110010110111 | e6a5adeb899bed9286efa6bfe383a7eabcb7 |
UHC | 業뉛풆樂ョ꼷 | 111001011111011010000111111011111011111010001110111010001111100110101011111001111000010010001111 | e5f687efbe8ee8f9abe7848f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)