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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 咀?k}咀?k{^ | 1001100111110000001111110110101101111101100110011111000000111111011010110111101101011110 | 99f03f6b7d99f03f6b7b5e |
EUC-JP | 咀?k}咀?k{^ | 1101001011110010001111110110101101111101110100101111001000111111011010110111101101011110 | d2f23f6b7dd2f23f6b7b5e |
UTF-8 | 咀렞k}咀렞k{^ | 1110010110010010100000001110101110100000100111100110101101111101111001011001001010000000111010111010000010011110011010110111101101011110 | e59280eba09e6b7de59280eba09e6b7b5e |
UHC | 咀렞k}咀렞k{^ | 11101110101110101000111010101111011010110111110111101110101110101000111010101111011010110111101101011110 | eeba8eaf6b7deeba8eaf6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)