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 | 躬烋貅畊 | 1110011101011010111000000111110111100110101110101110000101011000 | e75ae07de6bae158 |
EUC-JP | 躬烋貅畊 | 1110110110111011110111111101111011101100101111001110000110111001 | edbbdfdeecbce1b9 |
UTF-8 | 躬烋貅畊 | 111010001011101010101100111001111000001110001011111010001011001010000101111001111001010110001010 | e8baace7838be8b285e7958a |
UHC | 躬烋?? | 110011111110010111111101110011100011111100111111 | cfe5fdce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)