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 | ???獺 | 0011111100111111001111111110000011011010 | 3f3f3fe0da |
EUC-JP | ???獺 | 0011111100111111001111111110000011011100 | 3f3f3fe0dc |
UTF-8 | 렺唜┙獺 | 111010111010000010111010111001011001010010011100111000101001010010011001111001111000110110111010 | eba0bae5949ce29499e78dba |
UHC | 렺唜┙獺 | 1000111011000010110110001100010110100110110001001101001110110111 | 8ec2d8c5a6c4d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)