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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲コト辞偲而 | 10001110110000111011101011000100100011101010101110001110110000111000111010100111 | 8ec3bac48eab8ec38ea7 |
EUC-JP | 偲コト辞偲而 | 101111001100010110001110101110101000111011000100101111001010110110111100110001011011110010101001 | bcc58eba8ec4bcadbcc5bca9 |
UTF-8 | 偲コト辞偲而 | 111001011000000110110010111011111011110110111010111011111011111010000100111010001011111010011110111001011000000110110010111010001000000010001100 | e581b2efbdbaefbe84e8be9ee581b2e8808c |
UHC | ?????而 | 00111111001111110011111100111111001111111110110010111011 | 3f3f3f3f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)