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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???甕 | 0011111100111111001111111110000101010000 | 3f3f3fe150 |
EUC-JP | ???甕 | 0011111100111111001111111110000110110001 | 3f3f3fe1b1 |
UTF-8 | 吳밧쥞甕 | 111001011001000010110011111010111011000010100111111011001010010110011110111001111001010010010101 | e590b3ebb0a7eca59ee79495 |
UHC | 吳밧쥞甕 | 1110011111101111101110011110010110100010100100111110100010111000 | e7efb9e5a293e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)