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 | ???椅?│ | 0011111100111111001111111000100011010110001111111000010010100000 | 3f3f3f88d63f84a0 |
EUC-JP | ???椅?│ | 0011111100111111001111111011000011011000001111111010100010100010 | 3f3f3fb0d83fa8a2 |
UTF-8 | 吳됰뗄椅먲│ | 111001011001000010110011111010111001000010110000111010111001011110000100111001101010010010000101111010111010100010110010111000101001010010000010 | e590b3eb90b0eb9784e6a485eba8b2e29482 |
UHC | 吳됰뗄椅먲│ | 111001111110111110001001111010111011011010111111111010111111010110010000111011111010011010100010 | e7ef89ebb6bfebf590efa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)