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 | ???裕?ⅶ | 0011111100111111001111111001011101010100001111111111101001000110 | 3f3f3f97543ffa46 |
EUC-JP | ???裕?? | 00111111001111110011111111001101101101010011111100111111 | 3f3f3fcdb53f3f |
UTF-8 | 療먯빉裕드ⅶ | 111011111010011110000001111010111010100010101111111010111011100110001001111010001010001110010101111010111001001110011100111000101000010110110110 | efa781eba8afebb989e8a395eb939ce285b6 |
UHC | 療먯빉裕드ⅶ | 111010001111111010010000111011001001010110101111111010111010111010110101111001011010010110100111 | e8fe90ec95afebaeb5e5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)