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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 牙??x{d | 10001001111001010011111100111111011110000111101101100100 | 89e53f3f787b64 |
EUC-JP | 牙??x{d | 10110010111001110011111100111111011110000111101101100100 | b2e73f3f787b64 |
UTF-8 | 牙뒒뢇x{d | 111001111000100110011001111010111001001010010010111010111010001010000111011110000111101101100100 | e78999eb9292eba287787b64 |
UHC | 牙뒒뢇x{d | 111001001011001110001010100011111000111101000011011110000111101101100100 | e4b38a8f8f43787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)