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 | ?〓?瑜o? | 001111111000000110101100001111111110000011101111100000101000111100111111 | 3f81ac3fe0ef828f3f |
EUC-JP | 濚〓?瑜o? | 1000111111001001101000011010001010101110001111111110000011110001101000111110111100111111 | 8fc9a1a2ae3fe0f1a3ef3f |
UTF-8 | 濚〓빐瑜o쬅 | 111001101011111110011010111000111000000010010011111010111011100110010000111001111001000110011100111011111011110110001111111011001010110010000101 | e6bf9ae38093ebb990e7919cefbd8fecac85 |
UHC | 濚〓빐瑜o쬅 | 111001111011100110100001111010111001010110110100111010111010010110100011111011111010011010011100 | e7b9a1eb95b4eba5a3efa69c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)