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 | ?鴦釐? | 001111111110100111110001111001111101100000111111 | 3fe9f1e7d83f |
EUC-JP | ?鴦釐? | 001111111111001011110011111011101101101000111111 | 3ff2f3eeda3f |
UTF-8 | 뤙鴦釐쭈 | 111010111010010010011001111010011011010010100110111010011000011110010000111011001010110110001000 | eba499e9b4a6e98790ecad88 |
UHC | 뤙鴦釐쭈 | 1000111111001000111001001110110011010111111011011100001011011110 | 8fc8e4ecd7edc2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)