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 | ??I???? | 00111111001111110100100100111111001111110011111100111111 | 3f3f493f3f3f3f |
SJIS-WIN | 偲悉I偲カト璽 | 1000111011000011100011101011101101001001100011101100001110110110110001001000111010100011 | 8ec38ebb498ec3b6c48ea3 |
EUC-JP | 偲悉I偲カト璽 | 10111100110001011011110010111101010010011011110011000101100011101011011010001110110001001011110010100101 | bcc5bcbd49bcc58eb68ec4bca5 |
UTF-8 | 偲悉I偲カト璽 | 11100101100000011011001011100110100000101000100101001001111001011000000110110010111011111011110110110110111011111011111010000100111001111001001010111101 | e581b2e6828949e581b2efbdb6efbe84e792bd |
UHC | ?悉I???璽 | 001111111110001111111010010010010011111100111111001111111101111111011110 | 3fe3fa493f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)