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 | ???野?シ | 0011111100111111001111111001011011101100001111111000001101010110 | 3f3f3f96ec3f8356 |
EUC-JP | ???野?シ | 0011111100111111001111111100110011101110001111111010010110110111 | 3f3f3fccee3fa5b7 |
UTF-8 | 樂쒎뭿野됭シ | 111011111010011010111111111011001001001010001110111010111010110110111111111010011000011110001110111010111001000010101101111000111000001010110111 | efa6bfec928eebadbfe9878eeb90ade382b7 |
UHC | 樂쒎뭿野됭シ | 111010001111100110011100111001011001001010001110111001011010111110001001111010001010101110110111 | e8f99ce5928ee5af89e8abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)