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 | 偲室偲セト蒔 | 10001110110000111000111010111010100011101100001110111110110001001000111010101010 | 8ec38eba8ec3bec48eaa |
EUC-JP | 偲室偲セト蒔 | 101111001100010110111100101111001011110011000101100011101011111010001110110001001011110010101100 | bcc5bcbcbcc58ebe8ec4bcac |
UTF-8 | 偲室偲セト蒔 | 111001011000000110110010111001011010111010100100111001011000000110110010111011111011110110111110111011111011111010000100111010001001001010010100 | e581b2e5aea4e581b2efbdbeefbe84e89294 |
UHC | ?室???蒔 | 0011111111100011111110000011111100111111001111111110001111001000 | 3fe3f83f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)