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 | 怏??熱?? | 1001110010001001001111110011111110010100010011010011111100111111 | 9c893f3f944d3f3f |
EUC-JP | 怏??熱?? | 1101011111101001001111110011111111000111101011100011111100111111 | d7e93f3fc7ae3f3f |
UTF-8 | 怏얠뮆熱듭릎 | 111001101000000010001111111011001001011010100000111010111010111010000110111001111000011010110001111010111001001110101101111010111010011010001110 | e6808fec96a0ebae86e786b1eb93adeba68e |
UHC | 怏얠뮆熱듭릎 | 111001001110100010111110111011001001001010010101111001101111000010110101111011001011100010101101 | e4e8beec9295e6f0b5ecb8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)