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 | ?庶?縱 | 001111111000111110001110001111111110001101110011 | 3f8f8e3fe373 |
EUC-JP | ?庶?縱 | 001111111011110111101110001111111110010111010100 | 3fbdee3fe5d4 |
UTF-8 | 렱庶롅縱 | 111010111010000010110001111001011011101010110110111010111010000110000101111001111011100010110001 | eba0b1e5bab6eba185e7b8b1 |
UHC | 렱庶롅縱 | 1000111010111110110111111110111010001110110010111111000011111101 | 8ebedfee8ecbf0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)