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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譟肥侭 | 111001101001111110010100111011001001011010011001 | e69f94ec9699 |
EUC-JP | 譟肥侭 | 111011001010000111001000111011101100101111111001 | eca1c8eecbf9 |
UTF-8 | 譟肥侭 | 111010001010110110011111111010001000001010100101111001001011111010101101 | e8ad9fe882a5e4bead |
UHC | ?肥? | 00111111110111011111111000111111 | 3fddfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)