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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??盂汝壕 | 0011111100111111111000011011000110010011111100001000110110001000 | 3f3fe1b193f08d88 |
EUC-JP | 濩?盂汝壕 | 10001111110010011010010000111111111000101011001111000110111100101011100111101000 | 8fc9a43fe2b3c6f2b9e8 |
UTF-8 | 濩憐盂汝壕 | 111001101011111110101001111011111010011010001111111001111001101110000010111001101011000110011101111001011010001110010101 | e6bfa9efa68fe79b82e6b19de5a395 |
UHC | 濩憐盂汝壕 | 11111011110011011110011011000110111010011101110111100110101000111111101110111101 | fbcde6c6e9dde6a3fbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)