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 | 闊堤見譏 | 1110100010001000100100101110011110001100101010011110011010011000 | e88892e78ca9e698 |
EUC-JP | 闊堤見譏 | 1110111111101000110001001110100110111000101010111110101111111000 | efe8c4e9b8abebf8 |
UTF-8 | 闊堤見譏 | 111010011001011110001010111001011010000010100100111010001010011010001011111010001010110110001111 | e9978ae5a0a4e8a68be8ad8f |
UHC | 闊堤見譏 | 1111110011000100111100001010011111001100101110001101000111000001 | fcc4f0a7ccb8d1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)